Hey lucid, the code I posted for you yesterday didn't work So I rigged the same situation in a cap as an example so hopefully you or someone can notice what I did wrong!
http://kayin.pyoko.org/saveexample.cap
This is sort of a proto example of a save file format for my next game. Save stores all info and then there are superarrays within save, such as general. General keeps track of a few number arrays like x and y position, game time and deaths. General would have an index between 1 and 4 for each saved game.so {"save", "general", 1, "x"} would give the x value in generals saved game 1 slot.
In this example, I keep save and general and only work with x.
1 saves, 2 restores. Q and W add and subtract from the save slot. Text on the right tells you what save slot it's on, text on the left gives the x value in general 0 through 3.
When you press to save, ALL VALUES get set to your position, which is clearly wrong. Lucid said my code looked fine when I gave him a screenshot of it, but clearly something is up!
Any help will be appreciated, I've tried a million different things and 999,000 of them crash S.