Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
you'll need to make 1 variable (Example Kill[1-13] )
and 2 triggers
1st trigger:
Event
Elapse 1 second
*****
Action:
Create multiboard
for 1 to 12
if
and all true:
player(integer A) = playing
player(integer A)= human (or not equal computer)
add player(integer A) with label "Kills:" and Value" Kills[integer A]
________________________
Trigger 2
Event
unit die
Condition:
and all true
killing unit is hero = true
killing unit player = human
Action:
set kills[player number of owner of killling units]= kills[owner of killing unit] + 1
CHANGE VALUE of (owner of killing unit) to "kills[player number of owner of killing unit]"
________________________________
Trigger 2
Event
unit die
Condition:
and all true
killing unit is hero = true
killing unit player = human
Action:
CHANGE VALUE of (owner of killing unit) to "kills[player number of owner of killing unit]"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.