Skip to main content

memory.clear_all

Overview

  • Clears all social contexts of the owner and removes the owner's memory from each target as well.

Metadata

FieldValue
DisplayClear All Memories
Categorymemory
AccessScriptCheat
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoOwner entity ID (default: possessed)

Returns

  • Return shape is not declared for this command.

Usage

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