Skip to content

Actor Exit

Description

Make the specified actor leave the current scene.

Syntax

text
actor exit [character ID]

Parameters

ParameterRequiredExampleDescription
Character IDYesaliceCharacter resource identifier

Example

text
# Character exits the scene
actor exit alice

Released under BSD3-Clause License.