I�m working on my savegame menu for my game. Is there a good way to make the game save all character stats, inventory and so on into a single savefile without having to make a looong eventsheet? :)
Develop games in your browser. Powerful, performant & highly capable.
An efficient way to do this is to put some data into a long string, then extract the pieces out after you save it.