Changes the skin color of a character to an integer between 0 (very pale) to 10 (very dark).
Argument | Character Name |
---|---|
Type | Character |
Default | REQUIRED |
Description | Name of the character to change |
Argument | Skin Color |
Type | Integer in [0, 10] |
Default | 0 |
Description | Skin color to set |
SetSkinColor(Tom)
SetSkinColor(Tom, 7)