GetCanCastHealingSpells(object)

Gets a TRUE or FALSE depending on if the target can cast Healing spells or not.

int GetCanCastHealingSpells(
    object oTarget
);

Parameters

oTarget

The object you want to examine.


Description

Returns TRUE if GetCreatureTalentBest(TALENT_CATEGORY_BENEFICIAL_HEALING_TOUCH, 20, oTarget) returns a Valid Talent.



Remarks

Function found in nw_i0_plot.nss on line 130.


Requirements

#include "nw_i0_plot"

Version

1.22

See Also

categories: Talents/Skills/Feats Functions
constants: TALENT_CATEGORY_* Constants


 author: John Shuell