Skip to main content

needs.freeze_all

Overview

  • Freezes or unfreezes need decay for the target character.

Metadata

FieldValue
DisplayFreeze All Needs
Categoryneeds
AccessUserCheat
ScopeB2Authority
Tags
AliasesFreezeAllNeeds

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
enableboolyesTrue to freeze needs

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('needs.freeze_all', {
entity_id: 0, // optional
enable: false,
});