How to make a randomizer?

Hey guys, before I tell you about my problem let me tell you this: I’m Flowerqueen, but I accidently logged out of my account and forgot my password, so I’ve decided to make a new account.

Anyway, I’m making a baking game, and I need a randomizer to randomize the NPC’s orders. (btw I’ve finally learned how to use blocks now so the answer can include that) I need it to be able to be activated with a button, and please make it simple?

wrong place, this goes in help.

This should be help, not devices. Also, there might be a guide out there. If not, it’s basically using the “random integer between” block in block code and connect it to the channels you want randomized.

1 Like

Hello this is simple trigger>>>(block code)
Screenshot 2025-02-10 12.48.28 PM
channels: 1,2 and 3

2 Likes

However, welcome to the community! Make sure you read the guidelines! I hope you like it here.

1 Like

This is a death randomizer I made as an example, you have to create a variable that set on a random integer from one smaller number to one bigger number, the variable will be triggered when receive on a pulse. The [If then] statement could detect the number triggered by the pulse, making the outcomes randomized.

7 Likes

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