No categories assigned

LUA:RemoveSpellBonus

LUA Functions: RemoveSpellBonus()

Removes the spell bonus from the given spawn


Syntax

RemoveSpellBonus(param1)


Parameters

Required - param1 (Spawn)
param1 is the spawn we want to remove the spell bonus from


Usage

function remove(Caster, Target)
    RemoveSpellBonus(Target)
end

When this spell fades it will remove the spell bonus it added

Notes

If used in a spell script it will use the targets of the spell