- Joined
- Jan 18, 2005
- Messages
- 5,782
Let's say we have two triggers:
-
Untitled Trigger 001
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
Actions
-
Set Tempint = (Tempint + 1)
-
Game - Display to (All players) the text: (String(Tempint))
-
-
-
Untitled Trigger 002
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
Actions
-
Set Tempint = (Tempint - 1)
-
Game - Display to (All players) the text: (String(Tempint))
-
-