HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Removing Trigger Events

01-11-2006, 04:49 PM#1
Peekaboo
Is there a JASS function to remove the last event added to a trigger?
01-11-2006, 05:49 PM#2
Taur
I don't know if you can remove the last added event but you can reset the trigger to it's original form. (all added actions, events and conditions will be removed)
01-11-2006, 06:02 PM#3
Vexorian
last time I checked Reset didn't help to do this.

The only way was to destroy the trigger
01-11-2006, 07:13 PM#4
Peekaboo
Can you destroy the trigger and then re-add it?
01-11-2006, 07:56 PM#5
oNdizZ
i dont really understand your question. but if you wonder if you can create a trigger by triggers (^^) then yes. of course. though you DO want to clean it fully ;)
i know that the trigger itself, and the TriggerAction leaks, probably TriggerCondition aswell since there exists a native to destroy it. have no idea about the event though.