Hey Guys. I tried the way with RandomSK
But it doesn't work. I get a "Internal error occured while..."
I am on a minigame where you are drawing and the others have to think about what it is and get points for this.
At the end there is the points of view, this is what I want to sort, but I don't know how
(Sorry for my bad english, I am german and not so good in other languages)
code_language.skript:
set {Kills::Mirre} to 12
set {Kills::Bla} to 10
set {Kills::What} to 5
set {Toplist::*} to sorted {Kills::*} from highest to lowest
message "Top Kills:"
loop {Toplist::*}:
message "%loop-index%: %loop-value%"
I am on a minigame where you are drawing and the others have to think about what it is and get points for this.
At the end there is the points of view, this is what I want to sort, but I don't know how
(Sorry for my bad english, I am german and not so good in other languages)