// MAP 3/27/2009 // Change a creature's gender (GENDER_*). Note that if this is a PC, they must exit the module // and re-enter to see the change. If this is an NPC, they must leave and re-enter the area. // nGender - GENDER_MALE or GENDER_FEMALE. Other values will have unknown effect. void SetGender(object oCreature, int nGender);
- Added in Patch 1.23
Community content is available under CC-BY-SA unless otherwise noted.