Difference between revisions of "LUA:ResetIllusion"

(Created page with "= LUA Functions: ResetIllusion() = Resets the illusion model of the given spawn ==== Syntax ==== ResetIllusion(param1) ==== Parameters ==== ; Required - ''param1'' (Spawn) : '...")
 
 
Line 19: Line 19:
  
 
When this spell fades the illusion will be reset
 
When this spell fades the illusion will be reset
 +
 +
== Notes ==
 +
Will use spell targets over the provided spawn if used in a spell script

Latest revision as of 00:39, 14 December 2013

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