Hello! How I could erase a data in new games? As for example, if I have a variable that is in 8 and I want that in a new game that variable to not be in 8 anymore , how I could do that?
Viewing post in [CGMZ] Global Data for RPG Maker MZ comments
Hi, if you want the variable to be different in each save file, remove the variable id from the Global Variables parameter in the plugin settings.
If you instead want the variable to reset to 0 for all save files when the player starts a new game, you can use the Control Variables -> Set to 0 event command when the player starts a new game.