Skip to main content

stat.set_all

Overview

  • Sets all major stats to min or max on the target character. mode='min'|'max' (default: max).

Metadata

FieldValue
DisplaySet All Stats
Categorystat
AccessScriptCheat
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
modestringyes'min' or 'max'

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('stat.set_all', {
entity_id: 0, // optional
mode: '',
});