Hi! So let's say I have these three variables
How would I tell skript to find which one of the three holds the biggest value?
this would be helpful for voting systems, so whenever a player votes at an option, 1 is added to a variable, then skript would have to choose which got the most votes.
Any help appreciated, other ways of doing this are welcome as well.
Code:
set {k} to 5
set {i} to 1
set {n} to 3
How would I tell skript to find which one of the three holds the biggest value?
this would be helpful for voting systems, so whenever a player votes at an option, 1 is added to a variable, then skript would have to choose which got the most votes.
Any help appreciated, other ways of doing this are welcome as well.