As the name of this topic suggests, I wanted to create an “on the fly” save system (using CJW’s smPlugin.js) as seen in many VN’s and games, so I experimented with putting an *sm_save menu, set to true, in the stats screen. Unfortunately, you can’t use *sm_save within your stats screen (at least I couldn’t) for fear of having your game save to the stats screen and getting stuck in an endless loop (if someone has figured out a way to do this already, please, do tell, 'cause I’m lost lol.
In any case, I already have an idea for how to do it, now the question is how to wire all the working parts together, and so to this end, I have two questions:
-
How would one create a permanently present small dropdown menu and two small buttons (1 “save” and 1 “load”) on the exact same line as the “Stats” button?
-
And, building off of the previous question, how would one call the *sm_save function and get it to save to a slot based off of the selected slot from the dropdown menu (of course the “save” and “load” buttons mentioned in the previous question would have to be connected to their respective *sm_save and *sm_load).
Any help is much appreciated.