Skip to main content

Execute_ApplyOverrideSkinColor

Description

Applies an override skin color to the character. Pass "None" as S1 to remove any currently applied override skin color.

Parameters

ParameterDescription
BaseObjectThe character to apply or remove the override skin color on (Self or Target).
S1SkinColorId from AppearanceSkinColorType.json, or "None" to remove the skin color.

Examples

DescriptionBaseObjectCommandS1
Applies a pale blue override skin color to self.SelfApplyOverrideSkinColorPaleBlue
Applies a golden tan override skin color to target.TargetApplyOverrideSkinColorGoldenTan
Removes any override skin color from self.SelfApplyOverrideSkinColorNone
Applies an undead gray skin color to self.SelfApplyOverrideSkinColorUndeadGray