Skip to main content

Condition_OutfitGarmentTag

Description

Checks whether the BaseObject has the specified outfit garment tag. The BaseObject can be a character or a store mannequin with a designated outfit.

Parameters

ParameterDescription
BaseObjectSelf or Target.
CompareTypeEqual: S1 tag exists. NotEqual: S1 tag does not exist.
S1Garment tag name to search for in the BaseObject's final outfit garments.

Examples

DescriptionBaseObjectCommandCompareTypeS1
Checks if self is wearing any garment tagged as Swimwear.SelfOutfitGarmentTagEqualSwimwear
Checks if self is not wearing any garment tagged as Swimwear.SelfOutfitGarmentTagNotEqualSwimwear
Checks if target is wearing any garment tagged as Formal.TargetOutfitGarmentTagEqualFormal
Checks if target is not wearing any garment tagged as Formal.TargetOutfitGarmentTagNotEqualFormal