[20% Project Update 3] Save Demo!

While my game isn’t very long, it can get lengthy so I had added a common feature in games: Saving your progress!

How does saving work? Basically how my system works is that I create a file inside the memory called save.sav and this file stores which room you are inside right now in my game. You can read the full script here: http://pastebin.com/11GEf9kd

Both scripts work like this: It checks if a file called save.sav exists, if it does it will either save the room you are in or load the room that was saved! You can see how it works here:

save-game-demo


Thanks for reading!

Leave a Reply

Your email address will not be published. Required fields are marked *