- Joined
- Jul 22, 2008
- Messages
- 363
Okay so at the second spawn 2 of the 4 units go back to their spawning point!?!?!?!? So here are my triggers for the spawn and this is an aos style map.
-
SPAWN LEFT
-
Events
- Time - Every 25.00 seconds of game time
- Conditions
-
Actions
- Unit - Create 4 Elf Guard for Player 5 (Yellow) at (Center of Region 009 <gen>) facing (Position of (Triggering unit))
- Unit Group - Order (Units in Region 009 <gen>) to Attack-Move To (Center of Region 010 <gen>)
-
Events
-
REGION 10 SPAWN
-
Events
- Unit - A unit enters Region 010 <gen>
-
Conditions
- (Owner of (Triggering unit)) Equal to Player 5 (Yellow)
-
Actions
-
Unit Group - Pick every unit in (Units in Region 010 <gen>) and do (Actions)
-
Loop - Actions
- Unit - Order (Picked unit) to Attack-Move To (Center of Region 006 <gen>)
-
Loop - Actions
-
Unit Group - Pick every unit in (Units in Region 010 <gen>) and do (Actions)
-
Events
-
SPAWN LEFT MOVEMENT
-
Events
- Unit - A unit enters Region 003 <gen>
-
Conditions
- (Owner of (Triggering unit)) Equal to Player 5 (Yellow)
-
Actions
-
Unit Group - Pick every unit in (Units in Region 003 <gen>) and do (Actions)
-
Loop - Actions
- Unit Group - Order (Units in Region 003 <gen>) to Attack-Move To (Center of Region 006 <gen>)
-
Loop - Actions
-
Unit Group - Pick every unit in (Units in Region 003 <gen>) and do (Actions)
-
Events