SetHairStyle

Changes the hairstyle of a character. For male characters, use "[hairstyle name]" to set the hair, "[hairstyle name].beard" or "[hairstyle name].moustache" to set beard or moustache, and "shaved" to remove the beard and moustache.

Arguments
Argument Character Name
Type String
Default REQUIRED
Description Name of the character to change
Argument Hairstyle
Type String
Default bald
Description Refer to male and female for a list of all hairstyles.

Examples

SetHairStyle(Tom)

SetHairStyle(Tom, "mage")

SetHairStyle(Tom, "mage.beard")

SetHairStyle(Tom, "mage.moustache")

SetHairStyle(Tom, "shaved")


See Also