I have been trying to make a leaderboard that shows how many kills each player has. I am not quite sure how to do this. What I have been able to do is make the leaderboard and add the players to it. What I don't know how to do is add a kill each time a player kills something. I know that I have to use variables but I have never really used variables before. I think it is supposed to be a leaderboard not a multiboard but I am not for sure. if anyone can help me I would really like it.
Create a leaderboard with a diff trigger than map init.
Events Map Init Conditions --- Actions Create a leaderboard
Update Kills trig
Events A unit dies Conditions (Owner of (Killing Unit)) not equal to neutral hostile (Owner of (Killing Unit)) not equal to neutral passive (Owner of (Killing Unit)) not equal to whoever players aren't supposed to have score Actions Set the score of (Owner of (Killing unit)) in Leaderboard to Score of Owner of Killing unit+1
Hey man this is GREAT!! I got it to work!!! I have been trying to do this for a couple of weeks and FINALY someone told me how!! And it was YOU!! WOOHOO!!