Execute_RemoveOutfitCategory
Description
Removes the specified outfit category from the character's active outfit list.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character whose outfit will be modified (Self or Target). |
| S1 | Outfit category name to remove (e.g. "Casual", "Formal", "Sport"). |
| S2 | "Always" keeps this removal working even when the rule-based outfit |
| option is on. Use it only for removals the new rules do not replace | |
| yet, such as the post-shower cleanup. |
Examples
| Description | BaseObject | Command | S1 | S2 |
|---|---|---|---|---|
| Removes the Casual outfit category from self. | Self | RemoveOutfitCategory | Casual | |
| Post-shower cleanup that must always run. | Self | RemoveOutfitCategory | Sleep | Always |
| Removes the Formal outfit category from self. | Self | RemoveOutfitCategory | Formal | |
| Removes the Sport outfit category from target. | Target | RemoveOutfitCategory | Sport | |
| Removes the Swimwear outfit category from self. | Self | RemoveOutfitCategory | Swimwear |
Back to Command FinderSearch and filter all 399 Script Execution documents