Restart Game as Event

● ARCHIVED · READ-ONLY
Started by ArsLudica 6 posts View original ↗
  1. Hello RPG Makers,

    I want to restart the game as an event without going back to main menu with all values in initial state. Reinitializing all Variables and Switches would be a lot of work, I hope that there is an easier way.

    Thank you for your help!
  2. I don't understand what you mean by "restart game without going back to menu"
  3. I mean that I want the game to restart directly, triggered by an event, instead of the player being set back to the title menu and having to manually restart from there.

    I need this for one action the player can do which sends his character back at the beginning (back in time, to say so).
  4. Hello,

    you could just transfer the player with an event.

    Event > 2 >(Movement) Transfer Player

    Or do you mean when he get's back to where the game started, all events are reset, too?

    In that case just copy and paste the map and transfer the player to the copied map and all events will run again.

    Edit: Oh, I got you wrong. You want to make the player be able to play the game again, right?

    Maybe thats possible with a script but I dont have experience in scripting. Maybe a NewGame+ script would work for you? Link

    -Baddibu
  5. Hello Baddibu,

    this workaround fits my momentary needs. Thank you!
  6. ArsLudica said:
    Hello Baddibu,

    this workaround fits my momentary needs. Thank you!
    I'm glad I was able to help you out :)

    -Baddibu