#Random Sequence

1 messages · Page 1 of 1 (latest)

hollow needle
#

There's three buttons and three variables, a one, a two, or three. There are no duplicate numbers, there is one of each (only one 1, one 2, one 3). The numbers are assigned to the buttons randomly and a player needs to figure out in which order the buttons need to be pressed, the button containing the variable 1 first, the second containing 2 and the third 3. When they are pressed in the right order, it will send an execution, lets say to open a door. But the order in which the variables are assigned to each button is randomized. How could I make this?

dusky terrace
#

anyway

#

so just a random sequence?

hollow needle
#

I explained it idiot

#

Read it

hollow needle
#

Darn

#

How about how do I make something give a 1 a 2 or a 3 to three different player's scores?

ornate cradle
#

Reset the input variables after an incorrect guess sequence.

#

You can also store "which order is currently being pressed" to know which inputN should be changed.

ornate cradle