Hi

in ORK event editor

i will attack an enemy target and spawn prefab or emit particle effect ONLY if it die after my strike

i check HP status of target actor after strike done put don't work for me !!

my be i do it in wrong serial , or there is other event to do that check ?

how can i do it ?
  • You can use a Check Status step to either check if the target's HP is less equal 0 (or whatever causes death in your setup), or check for the combatant's Death directly.
    Depending on your other setup (e.g. HP status value using cout to value, counting the real value), the combatant's HP reaching 0 (and thus caused death) may take shortly, so you can try to add a Wait step between the Calculate and Check Status steps.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.