Fizzle's The Ultimate Guide to Making a Mario Party-like Map

Just a tip @Fizzle1491:
Your block code is way more complicated than it needs to be.
There’s this thing called concatenation, where we can simplify blocks further in cases like these. Here’s what your blocks could look like and produce the same result:

Broadcast message on channel | Random integer from [1] to [6]

Does that make sense? It will just broadcast what the integer is, saving a headache of code. I would suggest you click on the link to learn more about concatenation, and use this in the future where possible!

2 Likes