Skip to main content

interaction

Overview

  • 7 commands in this category.

Commands

CommandNameDescription
interaction.cancelCancel Current InteractionCancels the currently playing interaction. Does NOT disable autonomy (unlike zoi.freeze). The chara…
interaction.clear_queueClear Interaction QueueClears all queued interactions. By default keeps the currently playing interaction; set cancel_curr…
interaction.executeExecute InteractionQueues a specific interaction on a character by InteractionBagId. The character will walk to the ta…
interaction.get_currentGet Current InteractionReturns information about the character's currently playing interaction: interaction_bag_id, state …
interaction.get_queueGet Interaction QueueReturns the interaction queue status: queue count, whether it's empty, and the currently playing in…
interaction.list_availableList Available InteractionsLists all available interactions for a target entity. Returns interaction_bag_id values that can be…
interaction.searchSearch InteractionsSearches InteractionBag data table by keyword. Matches against row ID, category, and tags. Returns …