Skip to content

Create Actor

Description

Create an actor in the dialogue scene.

Syntax

text
actor show [character ID] [state] at [horizontal coordinate]

Parameters

ParameterRequiredExampleDescription
Character IDYesaliceCharacter resource identifier
StateYesangryPortrait state
Horizontal coordinateYes2Horizontal position, expressed as a division index

Example

text
# Show character
actor show alice normal at 2

Released under BSD3-Clause License.