Just use file_open_read/write and the corresponding var instructions. The trick is to read and write them in the same order, for instance as follows:

filehandle = file_open_read("my_save.txt");
camera.clip_far = file_var_read(filehandle);
player_level = file_var_read(filehandle);
...

Save them in the same order.


"Falls das Resultat nicht einfach nur dermassen gut aussieht, sollten Sie nochmal von vorn anfangen..." - Manual

Check out my new game: Pogostuck: Rage With Your Friends