As the title suggests; I want to be able to call the loading screen via event. Is there a call using the script event that will do this for me?
I also want to be able to exit from the loading screen back to the map and not the menu.
Any help would be appreciated; thank you for taking the time to read my plea.
Additional information: I'm not using any save scripts or scripts that would adjust the save/load scenes.
Event call for the load menu.
● ARCHIVED · READ-ONLY
-
-
Code:That should be all you need for a script call.
$scene = Scene_File.new(false, false, true) -
Thank you! It's perfect.
Consider this problem solved. -
This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.