Skip to main content

movement.get_site_move_interaction

Overview

  • Returns an interaction.execute descriptor for walking a single character to a target site without creating a Zoi group.

Metadata

FieldValue
DisplayGet Site Move Interaction
Categorymovement
AccessPublic
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
site_idnamenoTarget site ID
target_entity_identityIdnoTarget site entity ID
entity_identityIdnoCharacter entity ID (default: possessed)

Returns

Returns a JSON object with the following fields:

FieldTypeRequiredDescription
execution_toolstringyesCLI tool to execute the descriptor with
entity_identityIdyesMoving character entity id
interaction_bag_idstringyesInteraction bag id (walk-to-site)
target_entity_identityIdyesTarget site entity id
target_site_idstringyesTarget site id
movement_typestringyesMovement type (walk)
requires_zoi_groupboolyesWhether a Zoi group is required

Usage

await inzoi.cli.execute('movement.get_site_move_interaction', {
site_id: '', // optional
target_entity_id: 0, // optional
entity_id: 0, // optional
});