I want to generate three random numbers between 0 and 6, and pass them to global variables. this is what I have:
set one to floor(random(6))
set two to floor(random(6))
set three to floor(random(6))
I can?t figure out how to make sure that none of these three numbers are the same.