Skip to main content

bio.set_gender

Overview

  • Updates the simulation-side gender in FB2BioComponent.

Metadata

FieldValue
DisplaySet Bio Gender
Categorybio
AccessScriptCheat
ScopeB2Authority
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('bio.set_gender', {
entity_id: 0, // optional
gender: '',
});