the units come and they come and atk but when i get to spawn 3 some spawned units come and atk.. the others just stand there (about 2-4) just stand there
look at the triggers down the bottem!!!!!!!!!!!!
heres my triggers
this is where it starts leaking vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
look at the triggers down the bottem!!!!!!!!!!!!
heres my triggers
Code:
spawn1
Events
Time - Elapsed game time is 5.00 seconds
Conditions
Actions
Unit - Create 3 demon Fel Beast for Player 12 (Brown) at (Center of Region 000 <gen>) facing Default building facing degrees
Unit - Create 2 mini demon Voidwalker for Player 12 (Brown) at (Center of Region 000 <gen>) facing Default building facing degrees
Wait 2.00 seconds
Unit Group - Order (Units owned by Player 12 (Brown)) to Attack-Move To (Player 7 (Green) start location)
Code:
spawn2
Events
Time - Elapsed game time is 40.00 seconds
Conditions
Actions
Unit - Create 5 demon Fel Beast for Player 12 (Brown) at (Center of Region 000 <gen>) facing Default building facing degrees
Unit - Create 4 mini demon Voidwalker for Player 12 (Brown) at (Center of Region 000 <gen>) facing Default building facing degrees
Wait 2.00 seconds
Unit Group - Pick every unit in (Units owned by Player 12 (Brown)) and do (Unit Group - Order (Units in (Playable map area) owned by Player 12 (Brown)) to Attack-Move To (Player 7 (Green) start location))
this is where it starts leaking vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
Code:
spawn3
Events
Time - Elapsed game time is 90.00 seconds
Conditions
Actions
Unit - Create 8 mini demon Voidwalker for Player 11 (Dark Green) at (Center of Region 000 <gen>) facing Default building facing degrees
Unit - Create 8 demon Fel Beast for Player 12 (Brown) at (Center of Region 000 <gen>) facing Default building facing degrees
Wait 3.00 seconds
Unit Group - Pick every unit in (Units in (Playable map area) owned by Player 12 (Brown)) and do (Unit Group - Order (Units in (Playable map area) owned by Player 12 (Brown)) to Attack-Move To (Player 7 (Green) start location))
Last edited: