When any Player uses Last Hope, all enemy units in the area "Rot <gen>" shall explode.
This is my try, I have not figured out how to make it for all players at once, so I just did it for red. But the trigger kills all units including Red and allied units instead of just enemies.
This is my try, I have not figured out how to make it for all players at once, so I just did it for red. But the trigger kills all units including Red and allied units instead of just enemies.
-
Spieler 1 uses LAST HOPE
-
Ereignisse
-
Einheit - |cFF008080Rebels Keep |r 0016 <gen> Vollendet Forschung
-
-
Bedingungen
-
(Researched tech-type) Gleich |cFF008080Last Hope|r
-
-
Aktionen
-
Set PlayerAlive[1] = False
-
Einheitengruppe - Pick every unit in (Units in Rot <gen> matching ((Owner of (Picked unit)) Ungleich Spieler 1 (Rot))) and do (Actions)
-
Schleifen - Aktionen
-
Einheit - Explode (Picked unit)
-
-
-
Spiel - Display to (All players) the text: ((Name of (Triggering player)) + has used last hope!)
-
-