I am trying to make a displayable Kill Counter that also gives a bonus amount of gold for every 100 kills. I want all players to be able to it. This is what I have so far but I have no idea where to start for the display box.
-
Kill Count
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
Actions
-
If (KillCounter[(Player number of (Owner of (Killing unit)))] Greater than or equal to 100) then do (Player - Add 1000 to (Triggering player) Current gold) else do (Do nothing)
-
Set KillCounter[(Player number of (Owner of (Killing unit)))] = KillCounter[((Player number of (Owner of (Killing unit))) + 1)]
-