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?
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.
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.