- Joined
- Jan 17, 2009
- Messages
- 97
i had created a leader board but only the word Score shows up
but anyways what did i do wrong PLZ HELP!
-
Untitled Trigger 004
-
Events
-
Time - Elapsed game time is 1.00 seconds
-
-
Conditions
-
Actions
-
Leaderboard - Create a leaderboard for (All players) titled score
-
Player Group - Pick every player in (All players) and do (Actions)
-
Loop - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Picked player) slot status) Equal to Is playing
-
((Picked player) controller) Equal to User
-
-
Then - Actions
-
Leaderboard - Add (Picked player) to (Last created leaderboard) with label (Name of (Picked player)) and value 0
-
-
Else - Actions
-
Do nothing
-
-
-
Leaderboard - Show (Last created leaderboard)
-
-
-
Untitled Trigger 005
-
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
-
-
but anyways what did i do wrong PLZ HELP!