Hi everyone! I am trying to make it so that when the game saves a checkpoint, it also saves all the key variables to a file, and then loads them if you load from a checkpoint. the saving bit works fine, it creates a file with all the values of the variables, but the loading function
craps out about half way through : Code: function checkpointSave() local save_file = io.open...