GetTurnResistanceHD(object)

Determines the number of HitDice of Turn Resistance the undead creature has.

int GetTurnResistanceHD(
    object oUndead = OBJECT_SELF
);

Parameters

oUndead

undead creature to run check on. (Default: OBJECT_SELF)


Description

Get the number of Hitdice worth of Turn Resistance that oUndead may have. This will only work on undead creatures.



Version

1.22

See Also

functions: EffectTurnResistanceDecrease | EffectTurnResistanceIncrease | GetEnemyHD
categories: Get Data from Creature Functions


 author: Jody Fletcher