Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Cookie Cutter MZ - Button Mash Event

A project template for RPG Maker MZ. Copy and paste it into your own project to utilize a custom evented button masher! · By Caz

Multiple times

A topic by AniMANIA7983 created Jul 12, 2021 Views: 167 Replies: 2
Viewing posts 1 to 2

I noticed this uses a few common events to decide difficulty. To my knowledge, calling it with common events is good for if you wanna do it once or multiple times with the same difficulty, but I'm looking for a way to set it up so that it can be used multiple times with increasing difficulty.

Developer

Hey there! You can change the difficulty by adjusting the Wait command in Common Event 115: BME Bar Decrease. If you wanted to change the difficulty mid-game, you could make a conditional branch with a variable for the difficulty, and change how long the Wait command is depending on which difficulty is selected. :D I hope that helps!

(+1)

Ah, that would indeed work, I hadnt thought of that. thanks for the tip!