<?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%3ACanReceiveQuest</id>
	<title>LUA:CanReceiveQuest - 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%3ACanReceiveQuest"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:CanReceiveQuest&amp;action=history"/>
	<updated>2026-07-14T23:52:37Z</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:CanReceiveQuest&amp;diff=4965&amp;oldid=prev</id>
		<title>Thefoof: Created page with &quot;'''Syntax'''&lt;br&gt; CanReceiveQuest([Spawn*] player, [int32] quest_id)&lt;br&gt;  '''Explanation'''&lt;br&gt; This function returns a true/false value after a check to see if a player is eligib...&quot;</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:CanReceiveQuest&amp;diff=4965&amp;oldid=prev"/>
		<updated>2013-09-07T18:26:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Syntax&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt; CanReceiveQuest([Spawn*] player, [int32] quest_id)&amp;lt;br&amp;gt;  &amp;#039;&amp;#039;&amp;#039;Explanation&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt; This function returns a true/false value after a check to see if a player is eligib...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Syntax'''&amp;lt;br&amp;gt;&lt;br /&gt;
CanReceiveQuest([Spawn*] player, [int32] quest_id)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Explanation'''&amp;lt;br&amp;gt;&lt;br /&gt;
This function returns a true/false value after a check to see if a player is eligible to receive a quest.&lt;br /&gt;
&lt;br /&gt;
'''Example'''&lt;br /&gt;
&amp;lt;pre&amp;gt;function hailed(NPC, Spawn)&lt;br /&gt;
    if CanReceiveQuest(Spawn, 1)&lt;br /&gt;
        OfferQuest(NPC, Spawn, 1)&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 the spawn that hailed is able to receive quest 1, the npc will offer quest 1.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.eq2emulator.net/wiki/index.php/LUA:QuestFunctions Back to Quest Functions]&lt;/div&gt;</summary>
		<author><name>Thefoof</name></author>
		
	</entry>
</feed>