<?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=Strnpcinfo</id>
		<title>Strnpcinfo - 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=Strnpcinfo"/>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Strnpcinfo&amp;action=history"/>
		<updated>2026-05-05T04:44:13Z</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=Strnpcinfo&amp;diff=461&amp;oldid=prev</id>
		<title>Via: Created page with &quot;Category:Script_Command ==Syntax== * strnpcinfo(&lt;type&gt;);  ==Description== This function will return the various parts of the name of the calling NPC. Whatever it r...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Strnpcinfo&amp;diff=461&amp;oldid=prev"/>
				<updated>2013-06-09T09:34:37Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/wiki/Category:Script_Command&quot; title=&quot;Category:Script Command&quot;&gt;Category:Script_Command&lt;/a&gt; ==Syntax== * &lt;a href=&quot;/wiki/Strnpcinfo&quot; title=&quot;Strnpcinfo&quot;&gt;strnpcinfo&lt;/a&gt;(&amp;lt;type&amp;gt;);  ==Description== This function will return the various parts of the name of the calling &lt;a href=&quot;/wiki/NPC&quot; title=&quot;NPC&quot;&gt;NPC&lt;/a&gt;. Whatever it r...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Script_Command]]&lt;br /&gt;
==Syntax==&lt;br /&gt;
* [[strnpcinfo]](&amp;lt;type&amp;gt;);&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This function will return the various parts of the name of the calling [[NPC]]. Whatever it returns is determined by type.&lt;br /&gt;
&lt;br /&gt;
==Type Values==&lt;br /&gt;
{| {| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
!Value&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|0||The NPC's display name (visible#hidden).&lt;br /&gt;
|-&lt;br /&gt;
|1||The visible part of the NPC's display name.&lt;br /&gt;
|-&lt;br /&gt;
|2||The hidden part of the NPC's display name&lt;br /&gt;
|-&lt;br /&gt;
|3||The NPC's unique name (::name).&lt;br /&gt;
|-&lt;br /&gt;
|4||The name of the map the NPC is in.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
 monk_test,306,151,5	script	Sealed Shrine#1::SS_1	111,{&lt;br /&gt;
 	[[mes]] '''strnpcinfo'''(0); // Sealed Shrine#1&lt;br /&gt;
 	mes strnpcinfo(1); // Sealed Shrine&lt;br /&gt;
 	mes strnpcinfo(2); // 1&lt;br /&gt;
 	mes strnpcinfo(3); // SS_1&lt;br /&gt;
 	mes strnpcinfo(4); // monk_test&lt;br /&gt;
 	[[close]];&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>Via</name></author>	</entry>

	</feed>