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

Why does it water all plants?

A topic by ianov created Oct 06, 2023 Views: 234 Replies: 4
Viewing posts 1 to 3
(1 edit)

I tried to set up the cookie cutter into my project.

When I water one plant, all plants get watered...? 

On a new project, it waters each plant individually.

I disabled the common events, and copy pasted the old crops. 

It still waters all upon watering one plant only...?

---Edit---

Any idea why it does that? or how it ended up that way?

Developer

Hey there! Make sure when you copy the events into your project, Switch 211 "<Self> Watered?" DEFINITELY has <Self> in its name, otherwise it'll affect everything else as well. :D 

Sorry, a follow up question, since its under <Self>, how do you now re-enable watering all ? (there's another post on it here about rain), but I was just wondering, how to be able to water all without using <Self> switch only to water each plant? Or I have to choose whether I can either water individual or as a group? 

Developer

You can make it so that on the page of the event with the switch "<Self> Calculations" as the condition, make a Conditional Branch that checks whether it's raining, and then turn "<Self> Watered" on. 

(+1)

Thank you! <3 it worked! thanks for the quick reply!