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