Hi,
I use events throughout my game since I don't know about scripting. Basically, there's an event on my map when the player uses the action button, it will display on the screen the data/words/pictures which are usually seen when you enters the LOAD/SAVE SCREEN. Something like : The hero's name/face/level/Map Name, from the Save Slot 01-03, so that the player can choose whichever Slot he wishes to load or save.
I think that I should call for the Script comand in the Event Commands, but I don't know what to put inside. Can anyone help me? Thanks.
PS:
My 2nd question is :
l = Scene_Load.new
l.on_decision('Save1.rxdata')
When I use these 2 lines in the Script Event handler, is there a command to add a custom face picture of the hero to the Save Slot?
I use events throughout my game since I don't know about scripting. Basically, there's an event on my map when the player uses the action button, it will display on the screen the data/words/pictures which are usually seen when you enters the LOAD/SAVE SCREEN. Something like : The hero's name/face/level/Map Name, from the Save Slot 01-03, so that the player can choose whichever Slot he wishes to load or save.
I think that I should call for the Script comand in the Event Commands, but I don't know what to put inside. Can anyone help me? Thanks.
PS:
My 2nd question is :
l = Scene_Load.new
l.on_decision('Save1.rxdata')
When I use these 2 lines in the Script Event handler, is there a command to add a custom face picture of the hero to the Save Slot?