Skip to main content

appearance.set_outfit_category

Overview

  • Changes the character's outfit to a specific category (e.g. Swimwear, Formal, Sleep). The character must have an outfit saved in that category from the customize screen.

Metadata

FieldValue
DisplaySet Outfit Category
Categoryappearance
AccessUserCheat
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoCharacter entity ID (default: possessed)
categorystringyesOutfit category: Everyday, Formal, School, Sleep, Party, Sports, Swimwear, Summer, Winter

Returns

  • Return shape is not declared for this command.

Usage

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