Skip to main content

memory.add

Overview

  • Adds a memory (social context) about target_entity_id to the owner character.

Metadata

FieldValue
DisplayAdd Memory
Categorymemory
AccessScriptCheat
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoOwner entity ID (default: possessed)
memory_dt_idnameyesMemory data table ID to add
target_entity_identityIdyesEntity the memory is about

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('memory.add', {
entity_id: 0, // optional
memory_dt_id: '',
target_entity_id: 0,
});