<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.herc.ws/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.herc.ws/w/index.php?action=history&amp;feed=atom&amp;title=Getequipname</id>
		<title>Getequipname - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.herc.ws/w/index.php?action=history&amp;feed=atom&amp;title=Getequipname"/>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Getequipname&amp;action=history"/>
		<updated>2026-05-01T10:05:47Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.11</generator>

	<entry>
		<id>https://wiki.herc.ws/w/index.php?title=Getequipname&amp;diff=909&amp;oldid=prev</id>
		<title>Dastgirpojee: Created page with &quot;==Syntax== *'''getequipname'''(&lt;equipment slot&gt;);  ==Description== Returns the jname of the item equipped in the specified equipment slot on the invoking character, or an empt...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Getequipname&amp;diff=909&amp;oldid=prev"/>
				<updated>2014-04-18T12:07:32Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Syntax== *&amp;#039;&amp;#039;&amp;#039;getequipname&amp;#039;&amp;#039;&amp;#039;(&amp;lt;equipment slot&amp;gt;);  ==Description== Returns the jname of the item equipped in the specified equipment slot on the invoking character, or an empt...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Syntax==&lt;br /&gt;
*'''getequipname'''(&amp;lt;equipment slot&amp;gt;);&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
Returns the jname of the item equipped in the specified equipment slot on the invoking character, or an empty string (&amp;quot;&amp;quot;) if nothing is equipped in that position.&lt;br /&gt;
&lt;br /&gt;
Does the same thing as [[getitemname]](getequipid(&amp;lt;slot&amp;gt;)). Useful for an NPC to state what your are wearing, or maybe saving as a string variable.&lt;br /&gt;
&lt;br /&gt;
See '[[getequipid]]' for a full list of valid equipment slots.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
 [[if]] (getequipname(EQI_HAND_L)==&amp;quot;&amp;quot;){&lt;br /&gt;
    [[mes]] &amp;quot;You are wearing nothing on Left Hand&amp;quot;;&lt;br /&gt;
 } else {&lt;br /&gt;
    mes &amp;quot;You are wearing &amp;quot;+getequipname(EQI_HAND_L)+&amp;quot; on Left Hand&amp;quot;;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [[getequipid]]&lt;br /&gt;
* [[getitemname]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Script Command]]&lt;/div&gt;</summary>
		<author><name>Dastgirpojee</name></author>	</entry>

	</feed>