i have in my map, an 60 sec. timer and every time it finishs i want it to add more units to spawn every time 60 sec.
the trigger i use is :
and im not a pro trigger but I hope some one can help me
the trigger i use is :
-
spawn
-
Events
-
Time - Elapsed game time is 5.00 seconds
-
-
Conditions
-
Actions
-
Countdown Timer - Start spawn as a Repeating timer that will expire in 60.00 seconds
-
Countdown Timer - Create a timer window for spawn with title Time to next wave
-
Set spawnwindow = (Last created timer window)
-
Countdown Timer - Show spawnwindow
-
-
-
spawn units
-
Events
-
Time - spawn expires
-
-
Conditions
-
Actions
-
Unit - Create 5 Attack dog for Player 11 (Dark Green) at (Center of spawn2 <gen>) facing Default building facing degrees
-
Unit - Create 10 GI for Player 11 (Dark Green) at (Center of spawn1 <gen>) facing Default building facing degrees
-
Unit Group - Pick every unit in (Units in spawn2 <gen>) and do (Actions)
-
Loop - Actions
-
Unit - Order (Picked unit) to Attack-Move To (Center of attack move 2 <gen>)
-
-
-
Unit Group - Pick every unit in (Units in spawn2 <gen>) and do (Actions)
-
Loop - Actions
-
Unit - Order (Picked unit) to Attack-Move To (Center of attack move 2 <gen>)
-
-
-
-
and im not a pro trigger but I hope some one can help me