Skip to main content

Condition_OutfitCategory

Description

Checks whether the character has an outfit of the specified category equipped. If S2 is "All", checks all outfit slots; otherwise checks only the last (most recently applied) outfit slot.

Parameters

ParameterDescription
BaseObjectThe character to check (Self or Target).
CompareTypeSupported compare types: Equal, NotEqual.
S1Outfit category name to check (e.g. "Casual", "Formal", "Sport").
S2Scope of check: "All" to check all outfit slots, omit or leave empty for last slot only.

Examples

DescriptionBaseObjectCommandCompareTypeS1S2
Checks if self has a Casual outfit in any slot.SelfOutfitCategoryEqualCasualAll
Checks if self does not have a Formal outfit in the last slot.SelfOutfitCategoryNotEqualFormal
Checks if target has a Sport outfit in any slot.TargetOutfitCategoryEqualSportAll
Checks if target does not have a Sport outfit in any slot.TargetOutfitCategoryNotEqualSportAll