Execute_RemoveOutfit
Description
Removes the specified costume from the character's current outfit by costume ID.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character whose outfit will be modified (Self or Target). |
| S1 | Costume ID to remove (e.g. "CostumeA"). |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Removes CostumeA from self's outfit. | Self | RemoveOutfit | CostumeA |
| Removes CasualOutfit from self's outfit. | Self | RemoveOutfit | CasualOutfit |
| Removes FormalOutfit from target's outfit. | Target | RemoveOutfit | FormalOutfit |
| Removes SwimwearCostume from self's outfit. | Self | RemoveOutfit | SwimwearCostume |
Back to Command FinderSearch and filter all 399 Script Execution documents