Skip to main content

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

Page 15 is the same as page 14 but actives on rainy days (that's the only way I could make it work with my weather system, since a conditional branch was not enough), page 16  is the same as the last page on the template. I think the problem is  with pages 6 and 9. Since they only run when the player interacts with them, the common event cannot run the self calculations page (this page can only  run when self watered is on). I need a way for the self calculations swtich to turn on when the player has not watered the plants. I tried activating it in the common event, but doesn't work either.

Maybe try making a new page similar to this one that doesn't require "<Self> Watered?" to be active. This is the one that checks whether the "New Day Growth" switch is active, which you can use to then prompt it into the "<Self> Calculations" page.

(1 edit)

I have to do more tests but it seems to be working, thank you!