No categories assigned

LUA:ResetIllusion

LUA Functions: ResetIllusion()

Resets the illusion model of the given spawn

Syntax

ResetIllusion(param1)


Parameters

Required - param1 (Spawn)
param1 is the spawn who's illusion model we want to reset


Usage

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

When this spell fades the illusion will be reset

Notes

Will use spell targets over the provided spawn if used in a spell script