Difference between revisions of "LUA:Evac"

(Created page with "= LUA Functions:Evac() = function cast(Caster, Target) Evac() end")
 
(LUA Functions:Evac())
Line 1: Line 1:
 
= LUA Functions:Evac() =
 
= LUA Functions:Evac() =
 
+
<pre>
 
function cast(Caster, Target)
 
function cast(Caster, Target)
 
     Evac()
 
     Evac()
 
end
 
end
 +
</pre>

Revision as of 21:13, 4 November 2019

LUA Functions:Evac()

function cast(Caster, Target)
    Evac()
end