Skip to main content

appearance.eyebrow

Overview

  • Manage eyebrow. action=get (default): show current info. add/change: switch to random or specified eyebrow. Eyebrow always exists, so remove is not supported.

Metadata

FieldValue
DisplayEyebrow
Categoryappearance
AccessScriptCheat
ScopeB2Authority
TagsExperimental
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
actionstringnogetget (default), add, change
idnamenoSpecific eyebrow ID to apply (for add/change). Omit for random.

Returns

  • Return shape is not declared for this command.

Usage

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