NWNWiki
NWNWiki
3,719
pages

The GetAppearanceType() NWScript command returns the appearance of an object (which must be a creature). The returned value is an integer that corresponds to the APPEARANCE_TYPE_* constants. The returned value is APPEARANCE_TYPE_INVALID if the object is not a valid creature.

Definition[]

int GetAppearanceType (object oCreature)

object oCreature
The creature whose appearance will be retrieved.

See also[]