For reference, this is for a board game with an electronic component. Each player votes for one of three options. The option with the most votes is built on the game board in the first position, the second most in the second position, and the third most in the third position.
I can easily tally the votes using variables. Comparing the results of the vote, since multiple or all results can be a tie is absolute madness. I would like to compare the variables and arrange them from highest to lowest, randomly assigning a spot for any tied results.
Thanks in advance.