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
| Parameter | Description |
|---|
| BaseObject | Self or Target. |
| CompareType | Equal: S1 tag exists. NotEqual: S1 tag does not exist. |
| S1 | Garment tag name to search for in the BaseObject's final outfit garments. |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|
| Checks if self is wearing any garment tagged as Swimwear. | Self | OutfitGarmentTag | Equal | Swimwear |
| Checks if self is not wearing any garment tagged as Swimwear. | Self | OutfitGarmentTag | NotEqual | Swimwear |
| Checks if target is wearing any garment tagged as Formal. | Target | OutfitGarmentTag | Equal | Formal |
| Checks if target is not wearing any garment tagged as Formal. | Target | OutfitGarmentTag | NotEqual | Formal |