for(var/mob/player/P in world)
usr << "[P.level] - [P]"
That's what I use so far, but I'm wondering if there is any way I could make it sort the highest levels on top and the lowest on bottom when it displays the players?
Thanks.
ID:171296
Oct 15 2004, 6:45 pm
|
|
for(var/mob/player/P in world) That's what I use so far, but I'm wondering if there is any way I could make it sort the highest levels on top and the lowest on bottom when it displays the players? Thanks. |
In response to Ryne Rekab
|
|
Alright, thanks a bunch.
|
Click here for a short-cut: RaeKwon ScoreBoard Demo
-RR