Skip to main content

memory.remove

Overview

  • Removes the social context (memory) with target_entity_id from the owner character.

Metadata

FieldValue
DisplayRemove Memory
Categorymemory
AccessScriptCheat
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoOwner entity ID (default: possessed)
target_entity_identityIdyesTarget entity of the social context to remove

Returns

  • Return shape is not declared for this command.

Usage

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