- Joined
- Apr 24, 2012
- Messages
- 9,802
These particular actions won't work.
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Streak_Level[TempInteger] Greater than 1
-
-
Then - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Streak_Level[TempInteger] Less than 23
-
-
Then - Actions
-
Set Streak_Level[TempInteger] = (Streak_Level[TempInteger] + 1)
-
-
Else - Actions
-
-
Game - Display to (All players) the text: (((PlayerColor[TempInteger] + ((Name of (Owner of (Killing unit))) + Endline)) + |r) + Streak_Names[Streak_Level[TempInteger]])
-
-
Else - Actions
-