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

ConstantValueDescription
NW_ASC_HEAL_AT_250x00000020
Heal master at 25% or less hit points of total.
NW_ASC_HEAL_AT_500x00000010
Heal master at 50% or less hit points of total.
NW_ASC_HEAL_AT_750x00000008
Heal master at 75% or less hit points of total.

See Also

functions: GetAssociateHealMaster