I'm trying to alter some code in Scene_Title (RMVX) in order to make the screen not fade back in after I hit "New Game" and just proceed to the starting map still faded out. I want my Autorun to run, basically I want the game after I hit start game to act like I had hit the "Fadeout Screen" command in eventing.
What line do I have to alter? I tried the following lines (all of them):
What line do I have to alter? I tried the following lines (all of them):
Code:
Graphics.fadeout(60)
Graphics.wait(40)
Graphics.frame_count = 0
RPG::BGM.stop
$game_map.autoplay