Introduction
Have you ever wanted to restrict players from being able to play saveFiles they died on? now you can!
Features
Enables the possibility of erasing the currently played saveFile upon death.
Screenshots
Spoiler: Example
How to Use
This is a plug&play type of plugin, no adjustments needed.
Plugin Commands / Script Calls
you are free to use in-built MV code that was used making this plugin:
let savefileId = DataManager.latestSavefileId(); < Obtain current saveFile
StorageManager.remove(savefileId); < Deletes current saveFile
Put this in a script call if you want to trigger the effect at any point.
Download
You can grab the plugin from Itch.io, let me know if you encounter any problems.