Skip to main content

Execute_RemoveOutfitCategory

Description

Removes the specified outfit category from the character's active outfit list.

Parameters

ParameterDescription
BaseObjectThe character whose outfit will be modified (Self or Target).
S1Outfit category name to remove (e.g. "Casual", "Formal", "Sport").
S2"Always" keeps this removal working even when the rule-based outfit
option is on. Use it only for removals the new rules do not replace
yet, such as the post-shower cleanup.

Examples

DescriptionBaseObjectCommandS1S2
Removes the Casual outfit category from self.SelfRemoveOutfitCategoryCasual
Post-shower cleanup that must always run.SelfRemoveOutfitCategorySleepAlways
Removes the Formal outfit category from self.SelfRemoveOutfitCategoryFormal
Removes the Sport outfit category from target.TargetRemoveOutfitCategorySport
Removes the Swimwear outfit category from self.SelfRemoveOutfitCategorySwimwear