How to randomize popups?

I’ve been on a long break from Gimkit, and I’ll admit it’s been hard to remember how to randomize stuff. I’m working on something random, and I can’t quite remember how to randomize popups to have a chance to get common and low, and rare.

(sorry if it doesn’t make sense, it’s late)

What I’d do is set up a randomizer with one of the many randomizer guides in block code in a Trigger device. Then, that randomizer would choose one of the how many popups there are, and then send a signal through a channel to the corresponding popup.

2 Likes

Please elaborate.

So I’d use this randomizer guide in a Trigger device

Then I would have as many “Broadcast on Channel” blocks on as many popups there are, and assign each popup to a diffrent channel that the Trigger can broadcast if that makes sense. For popups to have diffrent percentages of popping up, I’d just put my math skills to work and use math blocks to simulate those percentages.

2 Likes

I’lll totally read this tomorrow

maybe after Monday heheheh… ha… ha where did my motivation go?

2 Likes

is there such thing as a randomizer device :open_mouth:

no there isn’t (unless you count teleporters). it can be created through block code (as suggested by the guide above).
@DannyStarf you may want to learn all the features of the gkc forums/discourse website. for example, there is a like button which you use when you like someone’s post.

3 Likes

oh ok!! Thank you :333

1 Like

Have not looked at other posts yet… so you need popup go into code and make when receiving on “Start” → set variable “1 2 or 3” → get random number (lets just do 1-3) → if 1 = variable “1 2 or 3” → set title to (one of the popups titles) set text to (one of the popups titles) broadcast “Show”. do this for all three of the 1 2 and 3 popups. Also set the popup to send on “Show”.

3 Likes

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