Recent content by Archer

  1. A

    How to implement action to react conditional abort correctly?

    I got it. Thanks for your help, very appreciate it.
  2. A

    How to implement action to react conditional abort correctly?

    I means (“can see object” = true and “can hear object” = false) and (“can see object” = false and “can hear object” = true) both make Action available to execute, but when first condition switch to second one, will make Action to be re-evaluated, OnEnd-> OnStart, is this intrinsic or can be avoided?
  3. A

    How to implement action to react conditional abort correctly?

    Hi, I'm a little confused about conditional abort. Below image is the example on document. Let's say at first time, "Can See Object" evaluates to Success, then Action(assume it to attack) begins to execute, in OnStart method, I play a attack animation, and start a timer to hurt the target at...
Top