NW_FLAG_BEHAVIOR_* Constant Group

Determines how an NPC reacts, irregardless of faction. "NW_I0_GENERIC" must be included to use these constants (include "NW_I0_GENERIC using the #include compiler directive).



Constants

ConstantDescription
NW_FLAG_BEHAVIOR_CARNIVORE
The NPC will always attack regardless of faction.
NW_FLAG_BEHAVIOR_HERBIVORE
The NPC will never attack and will always flee.
NW_FLAG_BEHAVIOR_OMNIVORE
The NPC will only attack if approached.
NW_FLAG_BEHAVIOR_SPECIAL
UNKNOWN

See Also

functions: DetermineSpecialBehavior | GetBehaviorState | SetBehaviorState


 Send comments on this topic.