<?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%3AIsStealthed</id>
	<title>LUA:IsStealthed - 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%3AIsStealthed"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:IsStealthed&amp;action=history"/>
	<updated>2026-07-12T07:00:26Z</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:IsStealthed&amp;diff=4878&amp;oldid=prev</id>
		<title>Thefoof: Created page with &quot;This function will check if a spawn is stealth or not.  ==== Syntax ==== IsStealthed([Spawn] Spawn)  ==== Usage ==== &lt;pre&gt; function hailed(NPC, Spawn)     if IsStealthed(Spawn) t...&quot;</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:IsStealthed&amp;diff=4878&amp;oldid=prev"/>
		<updated>2013-08-14T01:26:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This function will check if a spawn is stealth or not.  ==== Syntax ==== IsStealthed([Spawn] Spawn)  ==== Usage ==== &amp;lt;pre&amp;gt; function hailed(NPC, Spawn)     if IsStealthed(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 check if a spawn is stealth or not.&lt;br /&gt;
&lt;br /&gt;
==== Syntax ====&lt;br /&gt;
IsStealthed([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 IsStealthed(Spawn) then&lt;br /&gt;
        Say(NPC, &amp;quot;You're stealthed!&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 a npc is hailed while a player is stealthed, the npc will say &amp;quot;You're stealthed!&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>