Skip to content

Title

Title

Returns to the title screen scene.

Properties

System

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

Examples

Return to the Title Screen

Returns to the title screen using the current scene's exit transition.

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

Return to the Title Screen Without a Transition

Returns to the title screen immediately without playing any scene transition.

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