- Joined
- Jun 26, 2014
- Messages
- 513
-
Player1
-
Events
-
Time - Every 2.00 seconds of game time
-
-
Conditions
-
Actions
-
Unit Group - Remove all units from WinLosePlayer[1]
-
Set WinLosePlayer[1] = (Units owned by Player 1 (Red) matching (((Matching unit) is A structure) Equal to True))
-
Unit Group - Pick every unit in WinLosePlayer[1] and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Number of units in WinLosePlayer[1]) Equal to 0
-
-
Then - Actions
-
Game - Display to (All players) for 10.00 seconds the text: ((Name of Player 1 (Red)) + has been defeated!)
-
Game - Defeat Player 1 (Red) with the message: Defeat!
-
-
Else - Actions
-
-
-
-
Custom script: call DestroyGroup(udg_WinLosePlayer[1])
-
-