- Joined
- Jun 20, 2008
- Messages
- 22
I have made leader board kills updater using the tutorials throughout the internet yet it does not work. Here is the trigger of which i have no answer to...
Please help me thank you.
-
Events
-
Unit - A unit Dies
-
-
Conditions
-
((Dying unit) belongs to an enemy of (Owner of (Killing unit))) Equal to True
-
-
Actions
-
Set Kills[(Player number of (Owner of (Killing unit)))] = Kills[((Player number of (Owner of (Killing unit))) + 1)]
-
Leaderboard - Change the value for (Owner of (Killing unit)) in (Last created leaderboard) to Kills[(Player number of (Owner of (Killing unit)))]
-
Leaderboard - Sort (Last created leaderboard) by Value in Descending order
-
Please help me thank you.
