Skip to main content

appearance.set_body_mass

Overview

  • Get or set body mass ratio. -1.0 = very thin, 0.0 = standard, 1.0 = very fat. Use action=get to read current value.

Metadata

FieldValue
DisplaySet Body Mass
Categoryappearance
AccessScriptCheat
ScopeB2Authority
TagsExperimental
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
actionstringnogetget (default) or set
valuefloatnoBody mass ratio: -1.0 (thin) to 1.0 (fat)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('appearance.set_body_mass', {
entity_id: 0, // optional
action: 'get', // optional
value: 0.0, // optional
});