Skip to content

Change Actor State

Function Description

Changes the state (expression) of an existing actor.

Syntax Structure

text
actor change [actor_name] [state]

Parameter Description

ParameterRequiredExampleDescription
actor_nameYesbobActor name
stateYessurprisedNew state (expression)

Examples

text
# Change actor state
actor change alice happy

Released under BSD3-Clause License.