- Joined
- Sep 10, 2006
- Messages
- 185
-
Points
-
Events
-
Time - Clock expires
-
-
Conditions
-
END Equal to False
-
-
Actions
-
Countdown Timer - Pause Clock
-
Countdown Timer - Destroy (Last created timer window)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Number of units in GroupBlue) Equal to 0
-
(Number of units in GroupRed) Greater than or equal to 1
-
-
Then - Actions
-
Set ScoreRed = (ScoreRed + 1)
-
Leaderboard - Change the value for Player 1 (Red) in (Last created leaderboard) to ScoreRed
-
Game - Display to (All players) the text: |c00ff0000The Red t...
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Number of units in GroupRed) Equal to 0
-
(Number of units in GroupBlue) Greater than or equal to 1
-
-
Then - Actions
-
Set ScoreBlue = (ScoreBlue + 1)
-
Leaderboard - Change the value for Player 2 (Blue) in (Last created leaderboard) to ScoreBlue
-
Game - Display to (All players) the text: |c000000ffThe Blue ...
-
-
Else - Actions
-
-
Countdown Timer - Start Clock as a One-shot timer that will expire in 10.50 seconds
-
Countdown Timer - Create a timer window for (Last started timer) with title Next point in...
-
-
Does anyone know why?