- Joined
- Dec 21, 2012
- Messages
- 89
I have problem to make my multiboard count units killed to kill score. I always 0. This is my trigger
-
score kills
-
Events
- Unit - A unit Dies
-
Conditions
- ((Owner of (Dying unit)) is an enemy of Player 7 (Green)) Equal to True
- ((Dying unit) is A Hero) Equal to False
-
Actions
- Set Kills[(Player number of (Owner of (Killing unit)))] = Kills[((Player number of (Owner of (Killing unit))) + 1)]
- Multiboard - Set the text for MultiBoard item in column 2, row 2 to (|cff00FF00 + ((String(Kills[(Player number of (Owner of (Killing unit)))])) + |r))
-
Events