Jump to content

Acting Scene: Difference between revisions

From SkyTemple
Argonien (talk | contribs)
mNo edit summary
m Just some small stuff.
 
Line 5: Line 5:


=== How to add an Acting Scene ===
=== 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.
----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. Note that the name of the Acting Scene has to be 8 characters long or less.  


=== How to setup a scene ===
=== How to setup a scene ===
----The general setup for a scene is explained in the [[Scene]] page.{{NavScriptTerms}}
----The general setup for a scene is explained in the [[Scene]] page.{{NavScriptTerms}}

Latest revision as of 06:12, 11 June 2026

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. Note that the name of the Acting Scene has to be 8 characters long or less.

How to setup a scene


The general setup for a scene is explained in the Scene page.