Skip to main content

Condition_HasOutfitGarmentType

Description

Checks whether any currently worn outfit contains a garment of the specified GarmentType.

Parameters

ParameterDescription
BaseObjectThe character to check (Self or Target).
CompareTypeSupported compare types: Equal, NotEqual.
S1GarmentType name to check (e.g. Top, Bottom, FullBody, Shoes).

Examples

DescriptionBaseObjectCommandCompareTypeS1
Checks if self is wearing any Top garment.SelfHasOutfitGarmentTypeEqualTop
Checks if self is not wearing any FullBody garment.SelfHasOutfitGarmentTypeNotEqualFullBody
Checks if target is wearing a Bottom garment.TargetHasOutfitGarmentTypeEqualBottom
Checks if self has no Shoes garment equipped.SelfHasOutfitGarmentTypeNotEqualShoes