Some time ago, I've posted a thread that asked how could the game be saved using RGSS scripts, using "Call RGSS Script" command...
The code worked perfectly :
Ok, saving using scripts is completely resolved....but how can I make this, but instead of saving, loading a saved game?
I would really appreciate if someone could help me out with this !
Thanksss ^^
The code worked perfectly :
Code:
dummy = Scene_Save.new
file = File.open("Save1.rxdata", "wb")
dummy.write_save_data(file)
file.close
dummy = nil
Ok, saving using scripts is completely resolved....but how can I make this, but instead of saving, loading a saved game?
I would really appreciate if someone could help me out with this !
Thanksss ^^