hgmatt 3 Posted November 24, 2016 I am using a Single Save File Script and was wondering if there was a script or could be a script that Marks the File when you finish the game. Here's the idea. >You beat the final level >The screen says "The End" >The games asks if you wish to save >Go to title screen >Title Screen checks if the save file was finished automatically >Save file has Finish Mark >Activates Mini-game option >Delete Saved File >Mini-game option disappears Share this post Link to post Share on other sites
Shiggy 630 Posted November 25, 2016 So basically make an icon appear on a savefile if said savefile have a specific switch tuned on ? Would that work for you ?(It should only require to add some info to the save headers if I remember correctly but I'm not sure) Share this post Link to post Share on other sites
hgmatt 3 Posted November 29, 2016 Like, I have an event that checks for a Save file using the script below. DataManager.save_file_exists? Is there a way to make the game save differently than usual and check for that specific save through event script? Share this post Link to post Share on other sites
Shiggy 630 Posted December 4, 2016 https://www.dropbox.com/s/wupl9lqzeu1wbms/special_save.rb?dl=0 Try this I didn't manage to make it work your way tho, you can change the icon index at line 25 and the switch at line 7. Right now if the switch 1 is on, the icon 1 (skull and bones ) will appear next to the file Share this post Link to post Share on other sites