ID:171296
 
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.
I'd suggest that you check out RaeKwon's scoreboard demo. You should get it and look over it. It should answer any question's you have on sorting.

Click here for a short-cut: RaeKwon ScoreBoard Demo

-RR
In response to Ryne Rekab
Alright, thanks a bunch.