RemoveSpellEffects2
From NWN Lexicon
Jump to navigationJump to search
RemoveSpellEffects2(int, object, object, int, int)
Advanced version of RemoveSpellEffects to handle multiple spells.
Parameters
nSpell_ID
SPELL_* The first spell to check for.
oCaster
The object that cast the spells you want to test for.
oTarget
The object to test for active spells.
nSpell_ID2
SPELL_* The second spell to check for.
nSpell_ID3
SPELL_* The third spell to check for.
Description
Advanced version of RemoveSpellEffects to handle multiple spells.
Remarks
Cycles through all the effects on oTarget that were cast by oCaster and removes any that match the three nSpell_IDs.
Requirements
#include " x0_i0_spells "
Version
???
See Also
functions: | |
constants: |
author: Mistress