- Joined
- Feb 14, 2008
- Messages
- 289
hey. i am trying to get it so that everytime you train a unit your food increases by 1/0, and that the unit gets added to your unit group. say outpost, fort, and farm for spawn places. and that every 60sec all the units within your unit group are placed there. but i cant get it to work. what am i doing wrong?
if this has allready been solved then link me to a tutorial plz.
-
redspawn
-
Events
- Unit - A unit Finishes training a unit
-
Conditions
- (Owner of (Triggering unit)) Equal to Player 1 (Red)
-
Actions
- Unit - Remove (Trained unit) from the game
- Unit Group - Add (Trained unit) to RedSpawn
-
Events
-
redspawn2
-
Events
- Time - Every 60.00 seconds of game time
- Conditions
-
Actions
- Unit Group - Pick every unit in RedSpawn and do (Unit - Create (Number of units in RedSpawn) (Unit-type of (Picked unit)) for Player 1 (Red) at (Center of (Playable map area)) facing Default building facing (270.0) degrees)
-
Events
if this has allready been solved then link me to a tutorial plz.