Skip to main content

appearance.set_gender

Overview

  • Transforms the character's visual appearance to the target gender.

Metadata

FieldValue
DisplaySet Gender
Categoryappearance
AccessScriptCheat
ScopeB1Multicast
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
genderstringyesGender: Male or Female

Returns

  • Return shape is not declared for this command.

Usage

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