LaDestitute
Member
I am fairly getting the hang of getting my evented title screen (what I've evented so far) to work, with a little bit of lines of code everynow and then. However, something has stopped my progress: The New Game and Continue parts I'm working on. For the new game part, I was using "$scene = Scene_Title.new.command_new_game" and a transfer command to transfer the player to the intro of the game. Even though it does clear the gamedata, it didn't do what I expected. How would I make clear the gamedata for a new game and THEN teleport the player to the into? And my continue problem...same case with "$scene = Scene_Title.new.command_continue", but instead the game.exe window closes without warning.