Warcraft III resources & community, 2003–2006 · archived

number of kills

2 posts
#1

number of kills

Hi

Just wondering if there is a built in function to show number of kills, or if you have to manually create a trigger - I tried but failed.

I Just want the number of kills to show in the top right corner or something, not sure how hard that is todo.

I tried with Unit dies, player killing equal to true, or something but in the end I messed up anyway :p
#2
you should create an array called kills [12]
assuming you have 12 user players in ur map
and then
Event - unit dies
Action - set kills[player number(owner of killing unit)] = set kills[player number(owner of killing unit)] + 1