HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Destroying a trigger will also disable it right?

05-05-2006, 09:38 PM#1
grupoapunte
Destroying a trigger will also disable it right?

what happends with the instances of that thirgger that are executing, for example a revive hero trigg is actualy reviving a hero waiting for the PolledWait and i destroy it?

when i destroy a trigger it will destroy every instance of that trigger running right?

Thanks!
05-05-2006, 09:45 PM#2
vile
Yea, once you destroy it, it will stop functioning. However if you just disable it, it will keep on running until it reaches the end of its actions.
05-06-2006, 04:14 PM#3
weaaddar
No, actually thats false.
Consider this trigger
Event-Time =0 seconds
Action-destroy triggering trigger
Action-Display to all players "I'm still running, isn't this screwy?"

Destroying the trigger action kills the trigger. Good luck grabbing that :(