I'm having problems in making a message showing that a player group won the game. I have two other triggers working with this one, one that removes players that doesn't have any units in the map from the player group, and other that removes players that loses their main building from the player group. Still, the message doesn't trigger even if I play alone and there are no other units on the map.
-
Team Victory
-
Events
- Time - Every 3.00 seconds of game time
- Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Number of players in Team[1]) Greater than 0
- (Number of players in Team[2]) Equal to 0
-
Then - Actions
- Game - Display to (All players) the text: (Team 1 has won!)
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Number of players in Team[1]) Equal to 0
- (Number of players in Team[2]) Greater than 0
-
Then - Actions
- Game - Display to (All players) the text: (Team 2 has won!)
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events