ClearAllActions is instant and it wont queue up. Clearing actions is anyway rather pointless in this case, because being knocked down does pretty much the same thing. Also you are clearing actions twice, which is double the pointlessness. (Is that a word?)
Clear actions only affects actions queued at the precise moment it is called, and it does not go through the queue. This means even if you delay an action, it won't be removed, because it is not yet in the queue.
--> They wont affect ActionJump in this script because it will be queued after actions are cleared.
Im not sure if ActionJump works if you are knocked down, try using JumpToLocation instead.
Modifié par Xardex, 28 juin 2011 - 09:39 .