Skip to main content

movement.teleport_npc_to

Overview

  • Teleports a character to near another character. Unlike movement.teleport_to, neither character needs to be possessed.

Metadata

FieldValue
DisplayTeleport NPC To NPC
Categorymovement
AccessUserCheat
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdyesCharacter to teleport
target_entity_identityIdyesDestination character to teleport near

Returns

  • Return shape is not declared for this command.

Usage

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