- Joined
- Feb 1, 2008
- Messages
- 25
I seem to be stumped on this one. I can't find a way to stop a trigger that is already being executed. Skip remaining actions would work but it doesn't allow you to pick the trigger who's actions you want skipped. I've tried finding the JASS coding for skip remaining actions to see if i could alter it to apply to a different trigger, but it not displaying the code for it!! grr... could anyone help out with this? I've tried destroy trigger, remove from queue, remove all actions etc, but none of those seem to work on a trigger that is already being executed.
Basically, I need something along these lines:
Trigger - take Stopthistrigger <gen> and skip remaining actions
(i would include this in the actual trigger i want stopped, but i am trying to make it occur with text input...)
Basically, I need something along these lines:
Trigger - take Stopthistrigger <gen> and skip remaining actions
(i would include this in the actual trigger i want stopped, but i am trying to make it occur with text input...)