Skip to main content

Condition_CostumeTag

Description

Checks whether the character is wearing a costume that has the specified tag in its CostumeTags. 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.
S1Costume tag to look for in Costume.CostumeTags (e.g. "MannequinTryOn", "Swimwear").
S2Scope of check: "All" to check all outfit slots, omit or leave empty for last slot.

Examples

DescriptionBaseObjectCommandCompareTypeS1S2
Checks if self is currently wearing a mannequin try-on costume.SelfCostumeTagEqualMannequinTryOn
Checks if self has any swimwear-tagged costume in any slot.SelfCostumeTagEqualSwimwearAll
Checks if self is not currently wearing a mannequin try-on costume.SelfCostumeTagNotEqualMannequinTryOn
Checks if target has no event costume in any slot.TargetCostumeTagNotEqualEventCostumeAll