Changes the hairstyle of a character. Certain body-types (B, D, F, and H) include facial hair. Use HairStyleName_beard to show facial hair and shaved to remove it. You may also use HairStyleName_full to enable the hairstyle with the corresponding facial hair.
Argument | Character Name |
---|---|
Type | Character |
Default | REQUIRED |
Description | Name of the character to change |
Argument | Hairstyle Name |
Type | Hairstyle |
Default | bald |
Description | Refer to HairStyles for a list of all hairstyles. |
SetHairStyle(Tom)
SetHairStyle(Tom, mage)
SetHairStyle(Tom, mage_beard)
SetHairStyle(Tom, mage_full)
SetHairStyle(Tom, shaved)