Im fairly new to the whole coding thing of game maker, but aside from that i am making a program to keep
financial records mostly using global.values, with a save and a load button ofc.. Why do i use game maker
for this? Mostly to train my insight with coding, and for the fun of it. But a problem i ran into; when i finally
got the save and load functions working, i noticed that the loading and saving of files doesn't change the
global.values at all. It doesn't save them, it doesn't load them. And on top of that the loading isn't working
at all anymore.
The code i use for the save button;
jaartal = get_string("Voer hier het jaartal in","Bijv: 2012");
savegame = jaartal+".sav";
game_save(savegame);The code for the load button;
jaartal = get_string("Voer hier het jaartal in","Bijv: 2012");
savegame = jaartal+".sav";
game_load(savegame);
/*I also tried it with some variety:*/
jaartall = get_string("Voer hier het jaartal in","Bijv: 2012");
loadgame = jaartall+".sav";
game_load(loadgame);Ps: When i betatest i create the executable and place it in a folder to properly test it, so it has nothing to
do with the temp folders.
If there is any more additional coding required from me to solve this please ask for it, i will answer as soon
as possible.
Thanks in advance!
Siriuszwart











