19 posts joined 2004-06-27
#1 2004-08-07
Kill Counter I think the kill counter is simple but i dont know how to create one
.
May Someone tell me how.
503 posts Madison, WI joined 2004-04-03
#2 2004-08-07
You're probably referring to a leaderboard.
You need to create a leaderboard and assign it to a variable. Add any players in the game to it.
Then make a trigger that happens whenever something that counts as a "kill" dies. Increase the value assigned to the player that owns the killing unit, and, if you want, sort the leaderboard.
#3 2004-08-07
u mean leader board are those score like UI that shows of how many frags or hero kills that you get in the game right?
sounds cool and i always want to learn it, can someone teach me?
19 posts joined 2004-06-27
#4 2004-08-07
Panto Hey panto can you give me a more specific way of creating the leaderboard with kills.
I got the leaderboard working with the players name and the value.
Im having trouble adding 1 to the value on leaderboard for each kill by a player
372 posts joined 2004-07-02
#5 2004-08-07
Open WarChasers and look at the trigger
503 posts Madison, WI joined 2004-04-03
#6 2004-08-07
That'd work.
You'll need to get the value for that player, add 1 to it, and put it back in whenever something dies.