#holo leaderboard

1 messages · Page 1 of 1 (latest)

elder grail
#

sorted {_list::*}

untold lichen
# elder grail `sorted {_list::*}`

i dont see the text display

    trigger:
        set {_loc} to location(-135, 121, 40,"world",-180,0)
        
        set {_display} to text display 
        set display text of {_display} to "Line 1", "Line 2" and "Line 3"
        set display view range of {_display} to 500
        spawn {_display} at {_loc}
        wait 10 seconds
        delete {_display}```
ripe stream
untold lichen
# elder grail `sorted {_list::*}`

i made this function but how do i only display the top 10 players?

    loop all players:
        set {leaderboard::sorted::*} to sorted {-beaconGrab::game::difficulty::*}
        broadcast "%{leaderboard::sorted::*}%"```
dusky quarry
ripe stream
elder grail
#

why do you need to loop the players??

#

you already have everything in the list