Skip to content

Move Actor

Function Description

Moves an actor to a new position.

Syntax Structure

text
actor move [actor_name] [x] [y]

Parameter Description

ParameterRequiredExampleDescription
actor_nameYesbobActor name
xYes400New X coordinate
yYes300New Y coordinate

Examples

text
# Move actor
actor move alice 500 350

Released under BSD3-Clause License.