<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://oldwiki.eq2classic.com/index.php?action=history&amp;feed=atom&amp;title=LUA%3AGetWardAmountLeft</id>
	<title>LUA:GetWardAmountLeft - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://oldwiki.eq2classic.com/index.php?action=history&amp;feed=atom&amp;title=LUA%3AGetWardAmountLeft"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:GetWardAmountLeft&amp;action=history"/>
	<updated>2026-07-13T03:45:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.3</generator>
	<entry>
		<id>https://oldwiki.eq2classic.com/index.php?title=LUA:GetWardAmountLeft&amp;diff=5199&amp;oldid=prev</id>
		<title>Jabantiz: Created page with &quot;= LUA Functions: GetWardAmountLeft() = Gets the amount left on the ward  ==== Syntax ==== GetWardAmountLeft()   ==== Usage ==== &lt;pre&gt; function remove(Caster, Target)     local he...&quot;</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:GetWardAmountLeft&amp;diff=5199&amp;oldid=prev"/>
		<updated>2013-12-14T06:05:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= LUA Functions: GetWardAmountLeft() = Gets the amount left on the ward  ==== Syntax ==== GetWardAmountLeft()   ==== Usage ==== &amp;lt;pre&amp;gt; function remove(Caster, Target)     local he...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= LUA Functions: GetWardAmountLeft() =&lt;br /&gt;
Gets the amount left on the ward&lt;br /&gt;
&lt;br /&gt;
==== Syntax ====&lt;br /&gt;
GetWardAmountLeft()&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Usage ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function remove(Caster, Target)&lt;br /&gt;
    local heal = GetWardAmountLeft()&lt;br /&gt;
    RemoveWard()&lt;br /&gt;
    if heal &amp;gt; 0 then&lt;br /&gt;
        SpellHeal(&amp;quot;Heal&amp;quot;, heal)&lt;br /&gt;
    end&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When this spell fades it will take the remaining amount of the ward and turn it into a heal&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Can only be used in spell scripts&lt;/div&gt;</summary>
		<author><name>Jabantiz</name></author>
		
	</entry>
</feed>