NW_ASC_HEAL_AT_* Constant Group
Used to determine at which percentage of the master's hit points an NPC associate should attempt to heal the master.
These are not actually constants, and do not exist in nwscript.nss.
Requirements
#include "x0_i0_assoc"
Constants
Constant | Value | Description |
---|
NW_ASC_HEAL_AT_25 | 0x00000020 | Heal master at 25% or less hit points of total. |
|
NW_ASC_HEAL_AT_50 | 0x00000010 | Heal master at 50% or less hit points of total. |
|
NW_ASC_HEAL_AT_75 | 0x00000008 | Heal master at 75% or less hit points of total. |
|
See Also