Nw asc aggressive

From NWN Lexicon
Jump to navigationJump to search

NW_ASC_AGGRESSIVE_* Constant Group

Determines what skills or abilities an NPC associate uses automatically. These are not actually constants, and do not exist in nwscript.nss.


Requirements

#include "x0_i0_assoc"


Constants

Constant Value Description
NW_ASC_AGGRESSIVE_BUFF 0x00000040
Benefits the master by bestowing spells or effects that increase hit points, blesses, or otherwise buffs.
NW_ASC_AGGRESSIVE_SEARCH 0x00000080
Constantly search for traps in the immediate area.
NW_ASC_AGGRESSIVE_STEALTH 0x00000100
Always move silently and hide in the shadows for sneak attacks.


See Also