GetTurnResistanceHD
From NWN Lexicon
Contents |
[edit] GetTurnResistanceHD(object)
Determines the number of HitDice of Turn Resistance the undead creature has.
int GetTurnResistanceHD( object oUndead = OBJECT_SELF );
[edit] Parameters
oUndead
undead creature to run check on. (Default: OBJECT_SELF)
[edit] Description
Get the number of Hitdice worth of Turn Resistance that oUndead may have. This will only work on undead creatures.
[edit] Remarks
Works on non-undead creatures.
Doesn't work on player characters (except possesed DM/familiar).
[edit] Version
1.22
[edit] See Also
functions: |
author: Jody Fletcher