- Joined
- Jun 26, 2014
- Messages
- 513
I have a separate trigger that runs this one
-
Lose Condition
-
Events
-
Conditions
-
Actions
-
Set Temp_Group[1] = (Units in (Playable map area) matching ((Unit-type of (Matching unit)) Equal to Clan Hall))
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Number of units in Temp_Group[1]) Equal to 1
-
-
Then - Actions
-
Unit Group - Pick every unit in Temp_Group[1] and do (Actions)
-
Loop - Actions
-
Game - Victory (Owner of (Picked unit)) (Skip dialogs, Show scores)
-
-
-
Player Group - Pick every player in PlayerLoserGroup and do (Actions)
-
Loop - Actions
-
Game - Defeat (Picked player) with the message: Game Over.
-
-
-
-
Else - Actions
-
-
Custom script: call DestroyGroup (udg_Temp_Group[1])
-
-