Defensive casting mode
From NWN Lexicon
Jump to navigationJump to searchDEFENSIVE_CASTING_MODE_* Constant Group
Determines if a creature is casting a spell defensively so they suffer no attacks of opportunity.
You can enable this in AI scripts with SetActionMode and ACTION_MODE_DEFENSIVE_CAST.
Constants
Constant | Value | Description | |
---|---|---|---|
DEFENSIVE_CASTING_MODE_ACTIVATED | 1 |
| |
DEFENSIVE_CASTING_MODE_DISABLED | 0 |
|
See Also
functions: |