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.
SetHairStyle(Tom)
SetHairStyle(Tom, "mage")
SetHairStyle(Tom, "mage.beard")
SetHairStyle(Tom, "mage.moustache")
SetHairStyle(Tom, "shaved")