Hello, i made in rpg maker xp an save stone so you only can save at that stone, i used an event with an (stone) Graphic and with this commands: First an text choices if you want to save, and than an script:$scene = Scene_Save.new (and than Brand end) but if i test and save or exit the save menu he go's to the menu (like item , equip etc.)
but i want that he returns to the map. i found an line in Scene_save:
# Switch to menu screen
$scene = Scene_Menu.new(4)
i think i need to change things there, but i dont know what.
Please help!
Thanks, Thomas
but i want that he returns to the map. i found an line in Scene_save:
# Switch to menu screen
$scene = Scene_Menu.new(4)
i think i need to change things there, but i dont know what.
Please help!
Thanks, Thomas