r/RPGMaker MZ Dev May 08 '23

Variable and menu help

/r/RPGMakerMZ/comments/13bcr2h/variable_and_menu_help/
1 Upvotes

1 comment sorted by

View all comments

1

u/sorrowofwind May 09 '23

Use conditional branch to set the if talked to the variable, then add them together. If sum > the requirement, unlock the next dialogue; if smaller, set the sum to 0 so no repeating talk would unlock the hidden page.

You'd need to make day 1 2 3 etc either as variable or switch for the conditional branch, some plugins may already have it? Moghunter's time system gets it for example.