NWN2Wiki
Advertisement
// Sets the creature's appearance type to the value specified (uses the APPEARANCE_TYPE_* constants)
void SetCreatureAppearanceType(object oCreature, int nAppearanceType);
Advertisement