NWN2Wiki
Advertisement
int CREATURE_WING_TYPE_ANGEL;
int CREATURE_WING_TYPE_BAT;
int CREATURE_WING_TYPE_BIRD;
int CREATURE_WING_TYPE_BUTTERFLY;
int CREATURE_WING_TYPE_DEMON;
int CREATURE_WING_TYPE_DRAGON;
int CREATURE_WING_TYPE_NONE;

WARNING: This set of constants is completely missing and thus any script which is impoted that uses these constants will fail to compile

Advertisement