<?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%3AIsInvis</id>
	<title>LUA:IsInvis - 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%3AIsInvis"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:IsInvis&amp;action=history"/>
	<updated>2026-07-12T06:21:18Z</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:IsInvis&amp;diff=4877&amp;oldid=prev</id>
		<title>Thefoof: Created page with &quot;This function will return a true of false if a spawn is invis.  ==== Syntax ==== IsInvis([Spawn] Spawn)  ==== Usage ==== &lt;pre&gt; function hailed(NPC, Spawn)     if IsInvis(Spawn) t...&quot;</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:IsInvis&amp;diff=4877&amp;oldid=prev"/>
		<updated>2013-08-14T01:17:39Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This function will return a true of false if a spawn is invis.  ==== Syntax ==== IsInvis([Spawn] Spawn)  ==== Usage ==== &amp;lt;pre&amp;gt; function hailed(NPC, Spawn)     if IsInvis(Spawn) t...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This function will return a true of false if a spawn is invis.&lt;br /&gt;
&lt;br /&gt;
==== Syntax ====&lt;br /&gt;
IsInvis([Spawn] Spawn)&lt;br /&gt;
&lt;br /&gt;
==== Usage ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function hailed(NPC, Spawn)&lt;br /&gt;
    if IsInvis(Spawn) then&lt;br /&gt;
        Say(NPC, &amp;quot;I can't see you!&amp;quot;)&lt;br /&gt;
    end&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When an npc with this function is hailed if they are invisible, the npc will say &amp;quot;I can't see you!&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[LUA:SpawnFunctions|Back to LUA Spawn Functions Index]]&lt;/div&gt;</summary>
		<author><name>Thefoof</name></author>
		
	</entry>
</feed>