ResistSpell(object, object)
Performs a spell resistance check between the caster and the target.
int ResistSpell( object oCaster, object oTarget );
Parameters
oCaster
Caster of the spell.
oTarget
Target of the spell.
Description
Returns TRUE if oTarget resists the last spell cast by oCaster, returns FALSE if either oCaster or oTarget are invalid objects.
Version
1.22
See Also
functions: | ActionCastFakeSpellAtObject | ActionCastSpellAtObject | MyResistSpell |
categories: | Spells Functions |
author: Jody Fletcher, editor: Charles Feduke
Send comments on this topic.