| Well basically for Kill Count, you need a variable for each player or use an array. Everything the event is triggered for a unit dying, then add +1 to the variable you created for storing kill count. Then you need to display it in the leader board or via command. |