I have a game where the user picks 6 random numbers in different order, and then finally the sum of their differences are added to give a score. As an example, the user would pick the following 6 numbers in the following order (lowest to highest):
10, 12, 12, 14, 14, 14
What the script should...