Hi, I'm trying to implement an autosave to my game, and as far as I know it works with this line of code:
SaveGameSlot(99, "AutoSave");
But when I load the Autosave, the mouse buttons don't work anymore, right or left click are "inactive".
And also, sometimes the player character isn't there anymore.
Any ideas?
Thx!
Oh I'm sorry nevermind:
The code has to be in the room_AfterFadeIn() function.
I put it in the room_load one :P