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

Set a timer?

A topic by Scarcia created Apr 30, 2022 Views: 142 Replies: 1
Viewing posts 1 to 2

How would I go about setting a timer to fail the event if the player doesn't mash the button by x amount of times?

Developer

The best way to handle it would probably be to use a variable and decrease it by 1 for every second that passes while the player is using the Button Mash Event. Make a conditional branch so that if the variable goes below zero, it plays a fail event.