Skip to main content

movement.approach

Overview

  • Walks the possessed character toward the specified target entity.

Metadata

FieldValue
DisplayApproach Character
Categorymovement
AccessPublic
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdyesTarget entity ID to approach

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('movement.approach', {
entity_id: 0,
});