Okay, so i have this multi board and i want it to display the Damage done by a unit, like overall damage. When a unit attacks another unit i want it to "add" all the damage up on the multiboard. This is what i have so far and i cant seem to find an action to make this work. Here is that i have so far.
Thanks,
-Melthal
-
Red Damage Done
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
((Triggering unit) is A Hero) Equal to True
-
(Owner of (Attacking unit)) Equal to Player 1 (Red)
-
-
Actions
-
Set Multi_Board_Damage1[(Player number of (Owner of (Attacking unit)))] = ((Owner of (Attacking unit)) Total Overall Score)
-
Multiboard - Set the text for Multi_Board item in column 3, row (1 + (Player number of (Owner of (Killing unit)))) to (String(Multi_Board_Damage1[(Player number of (Owner of (Attacking unit)))]))
-
-
Thanks,
-Melthal