Help with randomizing buttons each game

hello everyone I am trying to make a map were every round a random 1 out of five buttons are work and the other four don’t and each round the button that works changes any ideas?

1 Like

You could have all buttons deactivate when receiving on channel Reset, and then button 1 activate when receiving on channel “1”, button 2 activate on channel “2”, etc.

After that, place down a trigger, and have it first transmit on channel reset, and then randomize a variable, “Randomize” between 1-5.

After this, you can either concatenate, but if you want to avoid that, you can make an if condition, so if variable “Randomize” =1, transmit on channel 1, if variable Randomize -2, transmit on channel 2, etc. Do you need me to elaborate or provide pictures?

2 Likes

How to make a quick easy randomizer(updated version)

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