Skip to main content

appearance.remove_outfit_category

Overview

  • Removes an active outfit overlay for a specific category, reverting to the base outfit. Use appearance.get_outfit_category to see active overlays.

Metadata

FieldValue
DisplayRemove Outfit Category
Categoryappearance
AccessUserCheat
ScopeB2Authority
Tags
Aliases

Parameters

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

Returns

  • Return shape is not declared for this command.

Usage

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