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. To use these, you must include nw_i0_generic.



Constants

ConstantDescription
NW_ASC_HEAL_AT_25
Heal master at 25% or less hit points of total.
NW_ASC_HEAL_AT_50
Heal master at 50% or less hit points of total.
NW_ASC_HEAL_AT_75
Heal master at 75% or less hit points of total.

See Also

functions: GetAssociateHealMaster


 Send comments on this topic.