- Joined
- Jun 16, 2008
- Messages
- 333
Why won't this work?
-
Capture
-
Events
-
Unit - A unit enters Region 001 <gen>
-
-
Conditions
-
(Unit-type of (Triggering unit)) Equal to Human
-
((Triggering unit) has Horde Flag 0000 <gen>) Equal to True
-
-
Actions
-
Set HumanG = (All allies of Player 1 (Red))
-
Set OrcG = (All allies of Player 6 (Orange))
-
Item - Move Horde Flag 0000 <gen> to (Center of Region 002 <gen>)
-
Player Group - Pick every player in OrcG and do (Actions)
-
Loop - Actions
-
Unit - Move (Picked unit) instantly to (Random point in Region 007 <gen>)
-
-
-
Player Group - Pick every player in HumanG and do (Actions)
-
Loop - Actions
-
Unit - Move (Picked unit) instantly to (Center of Region 006 <gen>)
-
-
-
Set HumanScore = (HumanScore + 1)
-
Game - Display to (All players) the text: ((Name of (Owner of (Triggering unit))) + has just scored for the Humans!)
-
Custom script: call RemoveLocation(udg_OrcLoc)
-
Custom script: call DestroyForce(udg_HumanG)
-
Custom script: call DestroyForce(udg_OrcG)
-
Trigger - Turn on Game On <gen>
-
-