- Joined
- Aug 8, 2011
- Messages
- 297
how to set food limit on a Footmen Frenzy Spawn trigger ?...
Fx i want a limit on 12 footmen, so if 1 footmen fill up 1 food, then i can spawn 12 footmen at my base. But how to set the limit food on my spawn trigger ?
Fx i want a limit on 12 footmen, so if 1 footmen fill up 1 food, then i can spawn 12 footmen at my base. But how to set the limit food on my spawn trigger ?
-
Spawn Footmen
-
Events
- Time - Every 15.00 seconds of game time
- Conditions
-
Actions
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
- -------- Barracks -> Footman --------
- If (((Region centered at ((Picked player) start location) with size (384.00, 384.00)) contains (Random unit from (Units owned by (Picked player) of type Barracks))) Equal to True) then do (Unit - Create 1 Footman for (Picked player) at ((Picked player) start location) facing Default building facing degrees) else do (Do nothing)
-
Loop - Actions
-
Player Group - Pick every player in (All players) and do (Actions)
-
Events
Last edited: