- Joined
- Dec 26, 2007
- Messages
- 125
Following the tutorial I did something like this:
-
Kills
-
Events
- Unit - A unit Dies
- Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Owner of (Triggering unit)) Equal to Player 6 (Orange)
- (Owner of (Triggering unit)) Equal to Player 7 (Green)
- (Owner of (Triggering unit)) Equal to Player 8 (Pink)
- (Owner of (Triggering unit)) Equal to Player 9 (Gray)
- (Owner of (Triggering unit)) Equal to Player 10 (Light Blue)
-
Then - Actions
- Set RedKills = (RedKills + 1.00)
- Multiboard - Set the text for Multiboard item in column 2, row 1 to (String(RedKills))
-
Else - Actions
- Do nothing
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Owner of (Triggering unit)) Equal to Player 1 (Red)
- (Owner of (Triggering unit)) Equal to Player 2 (Blue)
- (Owner of (Triggering unit)) Equal to Player 3 (Teal)
- (Owner of (Triggering unit)) Equal to Player 4 (Purple)
- (Owner of (Triggering unit)) Equal to Player 5 (Yellow)
-
Then - Actions
- Set BlueKills = (BlueKills + 1.00)
- Multiboard - Set the text for Multiboard item in column 2, row 3 to (String(BlueKills))
-
Else - Actions
- Do nothing
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events
Last edited: