Skip to content

New Game

New Game

Pops all scenes and start a new game from the beginning.

Properties

System

Name Explanation Type
Use Scene Transition Whether to use the transitions associated with the current scene. Toggle

Examples

Start a New Game

Pops all scenes and starts a new game from the beginning using the current scene's exit transition.

new_game();
{"Data":{"UseTransition":true,"Metadata":null},"TypeName":"MAR.Game.RPGCore.Models.Scripts.Commands.Scene.SceneNewGameCommand"}

Start a New Game Without a Transition

Starts a new game immediately without playing any scene transition.

new_game(no_transition);
{"Data":{"UseTransition":false,"Metadata":null},"TypeName":"MAR.Game.RPGCore.Models.Scripts.Commands.Scene.SceneNewGameCommand"}