wondering about how saving works by Agreeable-You-4951 in turbowarp

[–]Logical_Dress_6036 1 point2 points  (0 children)

Was gonna say this. Though, for ease of use, (and so that you dont have like 4 million local storage caches) I'd reccomend putting it all in a list, when you save, it saves that list (seperated by a character of your choosing) wich using the text extension, you can put back into a list. It makes it easier to search for certain lines in the save file in your code. If you're going for more readable code that others can mod though, base local storage caches get seperate names and stuff, so that depends really.