How to make randomizer 🟧

oh ok i didnt know ty

bruh pls show me with pictrues cuz i dont see it

Please note that not all devices have blocks

for this tutorial is the blocks in the reapeter?

Yes, it says that in the guide

bruh:
Screenshot 2023-10-23 8.46.27 AM

No, the writer messed up. They meant: trigger.

1 Like

ohhhh bryh who new :frowning:

Set [BumpChance] to random integer from 1 to 2

if [BumpChance] = 1
do Broadcast Message On Channel β€œNormalBump”

else if [BumpChance] = 2 
        do Broadcast Message On Channel β€œReusableBump”
5 Likes

What Do You Do If You Have Less Than 5 Players? Let’s say 2 or 3.

Then only make 2-3 else ifs?

Is there any way that makes it change depending on the amount of player in each round?

Do a live player counter to maybe work? I’m not a block expert…

Okay thank you For Your Advice

Yep, then connect the repeater to multiple counters (each with a target value of the amount of players you want for your game) and make them trigger the corresponding trigger when the target value is reached.
Ex. Counter Target = 2, wire to Trigger with 2 if statements. (you need one else if statement too!)

2 Likes

i wanted a random event for dont press the button

Bump Bump Bump Bump Bump!!!
It’s been bout half a month

wait, i thought repeaters did not have blocks

1 Like

Post Prompt β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž(insert close sign here)


Set [PostBump] active
 Create post

if [trustlevel] < 3
 Set [BumpType] to "NormalBump"
 
else if [trustlevel] > 3 or 4
 Change [BumpType] to "ReusableBump"
 Set [AllowWiki] active

if [BumpType] in "NormalBump"
 Say bump

if [BumpType] in "ReusableBump"
 Set up [checkmarkbox]
 Credit (Haiasi) for (inspration)

if [topicpost] created in (belowpost)
 Change [PostBump] inactive

Reusable Bump

thx to haiasi for the code inspiration lol

4 Likes

:bear: bear bumpβ„’ :bear:

2 Likes