What is the best way to make a "save point"? [MV]

● ARCHIVED · READ-ONLY
Started by Snarkyfork 3 posts View original ↗
  1. Hey, I'm using all of Yanfly's plugins and the save/load option is in the main menu, which is... a little too convenient. So I'd like to remove that option from the main menu and make "save points" where the save/load page comes up. What might be the best way to go about doing that?
  2. Disabling save access in the menu (either by event command or on the database system tab), and using the event command to open the save screen when you're at the savepoint event.
  3. Thanks. I think I got it now.