I'm trying to get it so that every so often a trigger spawns x amount of units at a certain location
Simple enough, then I want it to be so that after a minute and thirty-one seconds, another trigger ends the one I just posted
How can I "Pause" this second set of triggers till 1 minute and 3 seconds has expired? I thought of using the "Wait" action, but I cant find it... Help? Maybe I'm looking in the wrong category for "wait"?
-
Region S1 1
-
Events
- Time - Every 30.00 seconds of game time
- Conditions
-
Actions
- Unit - Create 1 Footman for Neutral Hostile at (Center of F1R1 <gen>) facing Default building facing degrees
-
Events
Simple enough, then I want it to be so that after a minute and thirty-one seconds, another trigger ends the one I just posted
-
Stop Set 1
-
Events
- Time - Elapsed game time is 31.00 seconds
- Conditions
-
Actions
- Trigger - Turn off Region S1 3 <gen>
- Trigger - Turn off Region S1 1 <gen>
- Trigger - Turn off Region S1 2 <gen>
-
Events
-
Region S2 1
-
Events
- Time - Every 30.00 seconds of game time
- Conditions
-
Actions
- Trigger - Turn off (This trigger)
- Unit - Create 1 Knight for Neutral Hostile at (Center of F1R1 <gen>) facing Default building facing degrees
-
Events
How can I "Pause" this second set of triggers till 1 minute and 3 seconds has expired? I thought of using the "Wait" action, but I cant find it... Help? Maybe I'm looking in the wrong category for "wait"?