Skip to main content

appearance.scar

Overview

  • Manage face scar. action=get (default): show current info. add: apply random. change: switch to different. remove: remove scar.

Metadata

FieldValue
DisplayScar
Categoryappearance
AccessScriptCheat
ScopeB2Authority
TagsExperimental
Aliases

Parameters

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

Returns

  • Return shape is not declared for this command.

Usage

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