Skip to main content

memory.solve

Overview

  • Marks the social context with target_entity_id as solved. expired=true treats it as a cooltime expiration.

Metadata

FieldValue
DisplaySolve Memory
Categorymemory
AccessScriptCheat
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoOwner entity ID (default: possessed)
target_entity_identityIdyesTarget entity of the social context to solve
expiredboolnofalseSolve by time expiration (default: false)

Returns

  • Return shape is not declared for this command.

Usage

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