Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Mario Party Game! Stuck with turn order
- MarioPlushMayhem
-
24 posts
Mario Party Game! Stuck with turn order
I’m making a Mario party game in scratch! I am having trouble making the turn order dice not roll the same number as each other. pls help. If could explain how to make the code that would be helpful a I’m a little newer to scratch coding.
Link to code and project: Mario Party: Retro Run
Link to code and project: Mario Party: Retro Run
Last edited by MarioPlushMayhem (Feb. 18, 2025 22:00:23)
- 102acrimea
-
60 posts
Mario Party Game! Stuck with turn order
Have a myblock that initializes a list of all the possible outcomes the dice can roll. Then add a script so when the dice is rolled, it proceduraly assigns a random value from that list to player, deletes that value and repeats for each player.
- MarioPlushMayhem
-
24 posts
Mario Party Game! Stuck with turn order
@102acrimea that would work but the other dice are clones so how would I make the costume switch with the list values?
Last edited by MarioPlushMayhem (Feb. 18, 2025 23:48:01)
- MarioPlushMayhem
-
24 posts
Mario Party Game! Stuck with turn order
The number that is being deleted for the COMs arent going to the character dice value for some reason
Last edited by MarioPlushMayhem (Feb. 19, 2025 00:05:15)
- Discussion Forums
- » Help with Scripts
-
» Mario Party Game! Stuck with turn order