memory.solve
Overview
- Marks the social context with target_entity_id as solved. expired=true treats it as a cooltime expiration.
Metadata
| Field | Value |
|---|---|
| Display | Solve Memory |
| Category | memory |
| Access | ScriptCheat |
| Scope | B2Authority |
| Tags | — |
| Aliases | — |
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| entity_id | entityId | no | — | Owner entity ID (default: possessed) |
| target_entity_id | entityId | yes | — | Target entity of the social context to solve |
| expired | bool | no | false | Solve 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
});