Acting Scene: Difference between revisions
m formatting |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This page contains information about Acting scenes in | This page contains information about Acting scenes in [[SkyTemple]]. Acting scenes are only used for cutscenes throughout the game. | ||
=== | === Overview === | ||
Acting scenes | ----Acting scenes can be used for cutscenes in the game. They however, can not be used for free roam areas. Acting scenes can be coded for in the skytemple debugger window, using [[List of Opcodes|opcodes]], just like [[Enter Scene|Enter]] and [[Sub Scene|Sub]] scripts. | ||
=== How to add an Acting Scene === | |||
----A Script Scene can have multiple Acting scenes. To add an acting scene to a script scene, you need to select the script scene by double-clicking it. Now you should have the option to add three different scene types. To add an acting scene, press "Add "Acting" scene" and enter a name for the acting scene. | |||
=== | === How to setup a scene === | ||
----The general setup for a scene is explained in the [[Scene]] page.{{NavScriptTerms}} | |||
Latest revision as of 18:58, 4 September 2023
This page contains information about Acting scenes in SkyTemple. Acting scenes are only used for cutscenes throughout the game.
Overview
Acting scenes can be used for cutscenes in the game. They however, can not be used for free roam areas. Acting scenes can be coded for in the skytemple debugger window, using opcodes, just like Enter and Sub scripts.
How to add an Acting Scene
A Script Scene can have multiple Acting scenes. To add an acting scene to a script scene, you need to select the script scene by double-clicking it. Now you should have the option to add three different scene types. To add an acting scene, press "Add "Acting" scene" and enter a name for the acting scene.
How to setup a scene
The general setup for a scene is explained in the Scene page.