<?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%3AHasRecipeBook</id>
	<title>LUA:HasRecipeBook - 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%3AHasRecipeBook"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:HasRecipeBook&amp;action=history"/>
	<updated>2026-07-13T21:20: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:HasRecipeBook&amp;diff=5093&amp;oldid=prev</id>
		<title>Thefoof: Created page with &quot;'''Explanation'''&lt;br&gt; This function will check a player to see if they have a recipe book scribed and return true or false.   '''Syntax'''&lt;br&gt; HasRecipeBook(Player, item_id)&lt;br&gt; ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:HasRecipeBook&amp;diff=5093&amp;oldid=prev"/>
		<updated>2013-09-29T19:37:00Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Explanation&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt; This function will check a player to see if they have a recipe book scribed and return true or false.   &amp;#039;&amp;#039;&amp;#039;Syntax&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt; HasRecipeBook(Player, item_id)&amp;lt;br&amp;gt; ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Explanation'''&amp;lt;br&amp;gt;&lt;br /&gt;
This function will check a player to see if they have a recipe book scribed and return true or false.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Syntax'''&amp;lt;br&amp;gt;&lt;br /&gt;
HasRecipeBook(Player, item_id)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Example'''&amp;lt;br&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
function hailed(NPC, Spawn)&lt;br /&gt;
    if HasRecipeBook(Spawn, 30000)&lt;br /&gt;
        Say(NPC, &amp;quot;you have recipe book 30000!&amp;quot;)&lt;br /&gt;
    end&lt;br /&gt;
end&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.eq2emulator.net/wiki/index.php/Developer:LUA_Functions Back to LUA Functions]&lt;/div&gt;</summary>
		<author><name>Thefoof</name></author>
		
	</entry>
</feed>