Hi Leadwerks fellows,
I run into some trouble creating an save system. I noticed that when I saved I couldnt immediatly reload my save, to load it I had to restart the "game".
I will make it simple. To exclude other errors, I wrote this short line of code:
if window:KeyHit(Key.F1) the...