- Joined
- Nov 13, 2010
- Messages
- 277
hi i just what to know if this works or not
-
player leaves
-
Events
-
Time - Every 0.02 seconds of game time
-
-
Conditions
-
Actions
-
Unit Group - Pick every unit in (Units of type |cffb8860bEscaper|r) and do (Actions)
-
Loop - Actions
-
Set Position = (Position of (Picked unit))
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Owner of (Picked unit)) Equal to Player 1 (Red)
-
(Player 1 (Red) slot status) Equal to Has left the game
-
-
Then - Actions
-
Unit - Kill (Picked unit)
-
Unit - Remove (Picked unit) from the game
-
Game - Display to (All players) the text: ((Name of (Picked player)) + |cffff0000 has left the game|r)
-
-
Else - Actions
-
Do nothing
-
-
-
-
-
Unit Group - Pick every unit in (Units of type |cffb8860bEscaper|r) and do (Actions)
-
Loop - Actions
-
Set Position = (Position of (Picked unit))
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Owner of (Picked unit)) Equal to Player 2 (Blue)
-
(Player 2 (Blue) slot status) Equal to Has left the game
-
-
Then - Actions
-
Unit - Kill (Picked unit)
-
Unit - Remove (Picked unit) from the game
-
Game - Display to (All players) the text: ((Name of (Picked player)) + |cffff0000 has left the game|r)
-
-
Else - Actions
-
Do nothing
-
-
-
-
-
-
Last edited: