HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

trigger repeat?

08-10-2003, 02:37 AM#1
drezman
you know in SC there was a trigger repeat sort of thing, how would you do that in WC? make the action keep on repeating its self over and over again?
08-10-2003, 02:43 AM#2
mikedogdude
Do you mean preserve trigger? All the WCIII triggers already have that unless you turn off the trigger. But if you want to make it repeat, either make it a periodic event trigger, or use the "Trigger - Run Trigger" action.
08-10-2003, 03:19 AM#3
drezman
i mean a trigger that would make only the action repeat after the even and conditions have been previously met.
08-10-2003, 03:24 AM#4
Raptor--
all war3 triggers will automatically repeat whenever the event occurs and the conditions are met

in war3 its not a matter of making triggers repeat, this is simple, its a matter of making them not repeat with 'trigger - turn off'

i couldn't exactly understand what you're asking drez, uh, ur grammar was a little ackward
08-10-2003, 03:27 AM#5
mikedogdude
Ok, just put a "Trigger - Run Trigger (TriggerX) (Ignoring Conditions)" at the end of TriggerX. If you want it to stop when the conditions arent met, then use (Checking Conditions). Or if you wanna be difficult and only have certain conditions that have to be met, then use the If Then Else actions.
08-10-2003, 04:00 AM#6
drezman
umm, how would that keep the action going until the event repeats itself?
08-10-2003, 05:49 PM#7
drezman
anyone?
08-10-2003, 07:07 PM#8
Pesmerga
Make 2 seperate triggers, 1 with pure actions and 1 with events and actions. Repeat trigger #1 and when #2 occurs, have it turn off #1.
08-10-2003, 10:36 PM#9
drezman
wait, how would that work, if it turns it off then how would it start again after the other trigger is finished?
08-10-2003, 10:59 PM#10
sagrovyboy
Turn it back on at the end of the second one.
08-10-2003, 11:04 PM#11
drezman
w/e, this doesnt make sense to me, is there another possible way?
08-10-2003, 11:05 PM#12
Pesmerga
Simple lightswitch mechanics - if its turned off, turn it back on!
08-11-2003, 03:56 AM#13
Thunder-Hunter
I saw like a "Add trigger to trigger Quene(sp?)" and "remove trigger from (the word i cant spell)"... what do those do?

I think they just add the said trigger to a list and then the list does em all in order, and the remove trigger just simply takes it out... Is there a function like "Detect # of times TRIGGER A executed"? So like "TRIGGER A executed = 100 times, remove TRIGGER A from list"? If so this could be useful in someway.