Hello
The save and load system action present in C2 adds and read entries in the IndexedDB which is a browser database, you can access it manually in the browser, for example in Chrome it's shift+ctrl+i and remove it all.
My request is make a action in the system object with a function that removes entries in the indexedDB, everything or specific ones.
I know also you can overwrite the entry using the same save slot but that's not always a good solution in a savegame estructure, hope you guys understand.
See ya