Skip to main content

appearance.set_growth_step

Overview

  • Changes the character's growth step by setting their age to the start of that step.

Metadata

FieldValue
DisplaySet Growth Step
Categoryappearance
AccessScriptCheat
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
growth_stepstringyesGrowth step name: Infant, Toddler, Child, LowTeen, HighTeen, Youth, Adult, Old, Elderly

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('appearance.set_growth_step', {
entity_id: 0, // optional
growth_step: '',
});