- Joined
- Jul 17, 2008
- Messages
- 185
Hi everyone.
I wanted to make a trigger that checks if a player is alone in the game and if that is true then this player wins...
Heres my attempt:
Help pls.
I wanted to make a trigger that checks if a player is alone in the game and if that is true then this player wins...
Heres my attempt:
-
Wining 1
-
Events
-
Map initialization
-
-
Conditions
-
(Player 2 (Blue) slot status) Equal to Has left the game
-
(Player 3 (Teal) slot status) Equal to Has left the game
-
(Player 4 (Purple) slot status) Equal to Has left the game
-
(Player 5 (Yellow) slot status) Equal to Has left the game
-
(Player 6 (Orange) slot status) Equal to Has left the game
-
(Player 7 (Green) slot status) Equal to Has left the game
-
(Player 8 (Pink) slot status) Equal to Has left the game
-
(Player 9 (Gray) slot status) Equal to Has left the game
-
(Player 10 (Light Blue) slot status) Equal to Has left the game
-
(Player 11 (Dark Green) slot status) Equal to Has left the game
-
(Player 12 (Brown) slot status) Equal to Has left the game
-
-
Actions
-
Game - Victory Player 1 (Red) (Show dialogs, Show scores)
-
-
Help pls.