Execute_ApplyOverrideSkinColor
Description
Applies an override skin color to the character. Pass "None" as S1 to remove any currently applied override skin color.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character to apply or remove the override skin color on (Self or Target). |
| S1 | SkinColorId from AppearanceSkinColorType.json, or "None" to remove the skin color. |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Applies a pale blue override skin color to self. | Self | ApplyOverrideSkinColor | PaleBlue |
| Applies a golden tan override skin color to target. | Target | ApplyOverrideSkinColor | GoldenTan |
| Removes any override skin color from self. | Self | ApplyOverrideSkinColor | None |
| Applies an undead gray skin color to self. | Self | ApplyOverrideSkinColor | UndeadGray |
Back to Command FinderSearch and filter all 399 Script Execution documents