Change Actor State
Function Description
Changes the state (expression) of an existing actor.
Syntax Structure
text
actor change [actor_name] [state]Parameter Description
| Parameter | Required | Example | Description |
|---|---|---|---|
| actor_name | Yes | bob | Actor name |
| state | Yes | surprised | New state (expression) |
Examples
text
# Change actor state
actor change alice happy