Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: loftyD on June 18, 2008, 08:48:04 AM
-
Can you edit the saving procedure on rm2k3. I want it to do it so that when you save {via the menu, not making an event}, it remembers your position where you
saved as when you die, you will return to where you last saved?
I've made a gameover event and that it goes to where you last saved. How can this be done?
Thanks
-
So instead of actually saving, you want it to just remember that position so that when you die, you get instantly teleported back there?
From what you said, I'm guessing you know about 'memorise position' and stuff and you want the default save function to do it from the menu. That isn't possible without making a custom menu system, I'm afraid.
I'd just make 'shift' the save button. You could make a common event that memorises position when shift is pressed, and then make all the defeat handlers 'recall to memorised location'. That'd be the easiest way to do it.
If I read wrong and you know nothing about memorise position and common events and stuff, tell me and I'll explain XD
-
no, thats fine. Thanks for the tip. I'll see if it'll work. :D