Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
Trigger - Turn of This trigger, help!
Trigger - Turn of This trigger, help!
06-11-2004, 03:26 AM
#1
ImperialNaga
How does "trigger - turn off (this trigger) work when it is put at the 1st action, and what does it mean? For example:
Code:
Event: Conditions: Actions: Trigger - Turn off (this trigger) Order unit to move
Plz help! Confusing o_O
06-11-2004, 03:53 AM
#2
SektorGaza
turn off trigger action turns off the trigger after all actions have been exectuted
u need to skip all actions not to execute code
turning off trigger is not destroying, just even wont respond
06-11-2004, 11:06 AM
#3
johnfn
Additionally, you can then go and turn it back on when you need to run it again by using
Trigger - Turn on.