HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

ResetTrigger

02-23-2007, 12:47 AM#1
midiway
What does ResetTrigger really do?

Many peoples told me that it resets all conditions, actions, and events for a trigger, but it doesn't.


Sorry for my bad english.
02-23-2007, 09:38 AM#2
blu_da_noob
It resets the Evaluate and Execute counts for the trigger.
02-23-2007, 04:55 PM#3
midiway
Well,

WEU have this function in GUI and have this description: Resets a trigger to its original state. Isn't it a mistake?


I would rather if it really resets all conditions, actions, and events for a trigger because I need it to finish my trigger:

-I have 1 trigger with only actions
-Then I add 1 event to this trigger with 'Add New Event'
-And then i want to remove this event or just reset the trigger to its original state.


Is there some way do remove events or reset triggers to the state when it is created on map inicialization?
02-23-2007, 08:01 PM#4
Pyrogasm
Only through JASS. It is not possible through GUI.
02-23-2007, 08:56 PM#5
blu_da_noob
You can't remove events in GUI or JASS. Actions and conditions can be removed (with JASS), but not events. Ever.
02-23-2007, 09:18 PM#6
Pyrogasm
Oh. Pardon the misinformation.