Skip to main content

movement.teleport_to

Overview

  • Teleports the possessed character near the specified target entity.

Metadata

FieldValue
DisplayTeleport To Character
Categorymovement
AccessPublic
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdyesTarget entity ID to teleport to

Returns

  • Return shape is not declared for this command.

Usage

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