Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Cookie Cutter MZ - Farming System

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

Switch Tools

A topic by Felicea created Jan 05, 2024 Views: 111 Replies: 1
Viewing posts 1 to 2
(+1)

Hi! I finally figured out how to use this awesome system in my game and it's working great. I just have a little question regarding switching between the tools. In the sample project the player can only switch to the next tool when pressing a button. Is there a way to make it possible to switch back to the previous tool if another button is pressed? I tried to figure it out myself but I just ended up confusing myself.

Developer(+1)

Hey there! You can make a new conditional branch that checks if the player is pressing another button that will change the tool index in the opposite direction, so that the selected tool goes back. :D