Don't Press the Button

Yes, with blocks

Wouldn’t you need to sort those events tho as good, bad, or neutral?

How wwould you do that?

First Trigger:
Set “Rand” to Random Number from 1 to 99(The number doesn’t really matter. Just has to be divisible by three)
If “Rand” <= 33
Do: Transmit on “Good”
Else If “Rand” <= 66
Do: Transmit on “Bad”
Else If “Rand” <= 99
Do: Transmit on "Neutral

2 Likes

“Good” Trigger:
Set “good” to Random Number from 1 to (However many events you have times I would say 5)
If “good” <= (Your number divided by how many events you have)
Do: Transmit on channel (One of your Good Events)

Repeat this for all of them.

1 Like

How do you sort the events?

set variable to random integer from # to #

if variable >,<,= # 
do Broadcast Message On Channel “wrong_button”

else if variable >,<,= #
        do Broadcast Message On Channel “wrongbutton”

if you want to make more buttons repeat the “else if do thing”

Ok!

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.