Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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

Plant and water in front of player?

A topic by CleaveAndSmite created Jul 28, 2023 Views: 137 Replies: 1
Viewing posts 1 to 2
(1 edit)

Just trying to figure out how to change it so using the seeds / watering can works 1 tile in front of the player, the same as when tilling the soil

Also, can I change it so scrolling up and down on mouse wheel changes the tool that is equipped?


Thanks!

Developer

It's possible but you'll need to change how the events are activated! At the moment, the seeds and watering can work because the player is activating the event when they press the action button on it. You'd have to make a parallel process that checks when the player is pressing the button and where they're standing instead.

As for the scroll wheel, that's also technically possible. I'm not sure what it is off the top of my head, but you'll need the script call that checks if the mouse wheel is being used and change that for the tool button.