SeekDestroy16
Member!
- Joined
- Nov 19, 2004
- Messages
- 27
- Reaction score
- 0
How do i make a trigger to play every 3 minutes forever? i can get it to do it over and over again but not for 3 minutes like i want it to do.
First off, I just want to state that any settings you make(triggers, brief, unit settings, etc) to a map does not apply to any games other than UMS typed maps.SeekDestroy16 said:it is only a play around map, im just experimenting my trigger abilities with it. look in all players at the very bottom.
SeekDestroy16 said:PLAYERS: ALL PLAYERS
CONDITIONS: ALWAYS
ACTIONS: PLAY WAV: SOUND.WAV
WAIT FOR 180000 MILLISECONDS
PRESERVE TRIGGER
That trigger only works for one player.Lwek said:A problem with a wait trigger is that it interferes with other wait triggers. I didn't want to have to explain that but I guess I have to do some explaining.
The trigger under 'All Players' is the same thing as have the trigger under 'Players 1 - 8'
If you have a wait action, it stops the trigger for X amount of millieseconds. During that time, the game checks through every other trigger before continuing on. That can interfere with other wait triggers.
So if you have a wait trigger under 'All Players', you're having a wait trigger under 'Players 1 - 8' which can interfere with all wait triggers.
Another way to do it if you understand this way:
PLAYERS
-
CONDITIONS
-Always
ACTIONS
-Set 'Switch 1'.
-Wait 180000 millieseconds.
-Preserve trigger.
PLAYERS
-
CONDITIONS
-'Switch 1' is set.
ACTIONS
-Player Wav: Lwek is the Best.wav
-Clear 'Switch 1'.
-Preserve Trigger.