Skip to main content

life_and_death.stop_aging

Overview

  • Toggle aging stop for the possessed Zoi.

Metadata

FieldValue
DisplayStop Aging
Categorylife_and_death
AccessUserCheat
ScopeB2Authority
Tags
AliasesStopAging, zoi.stop_aging

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
enableboolyesStop aging when true

Returns

  • Return shape is not declared for this command.

Usage

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