Execute_ApplyOverrideSkin
Description
Applies an override skin to the character. Pass "None" as S1 to remove any currently applied override skin.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character to apply or remove the override skin on (Self or Target). |
| S1 | AppearanceSkinId from AppearanceSkinType.json, or "None" to remove the skin. |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Applies a zombie skin override to self. | Self | ApplyOverrideSkin | ZombieSkin |
| Removes any override skin from self. | Self | ApplyOverrideSkin | None |
| Applies a ghost skin override to target. | Target | ApplyOverrideSkin | GhostSkin |
| Removes any override skin from target. | Target | ApplyOverrideSkin | None |
Back to Command FinderSearch and filter all 399 Script Execution documents