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