<?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=Getguildname</id>
		<title>Getguildname - 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=Getguildname"/>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Getguildname&amp;action=history"/>
		<updated>2026-05-01T10:20:45Z</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=Getguildname&amp;diff=521&amp;oldid=prev</id>
		<title>Neqste: Created page with &quot;==Syntax== *getguildname(&lt;guild id&gt;)  ==Description== This function returns a guild's name given an ID number. If there is no such  guild, &quot;null&quot; will be returned;  This is us...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.herc.ws/w/index.php?title=Getguildname&amp;diff=521&amp;oldid=prev"/>
				<updated>2013-06-24T09:07:20Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Syntax== *getguildname(&amp;lt;guild id&amp;gt;)  ==Description== This function returns a guild&amp;#039;s name given an ID number. If there is no such  guild, &amp;quot;null&amp;quot; will be returned;  This is us...&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;
*getguildname(&amp;lt;guild id&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
This function returns a guild's name given an ID number. If there is no such &lt;br /&gt;
guild, &amp;quot;null&amp;quot; will be returned;&lt;br /&gt;
&lt;br /&gt;
This is used all over the WoE controlling scripts. You could also use it for a &lt;br /&gt;
guild-based event.&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
   // Would print what ever guild 10007 is, in my case this would return &amp;quot;AlcoROhics&amp;quot;&lt;br /&gt;
   mes &amp;quot;The guild &amp;quot;+GetGuildName(10007)+&amp;quot; are all nice people.&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
   // This will do the same as above:&lt;br /&gt;
   set @var,10007;&lt;br /&gt;
   mes &amp;quot;We have some friends in &amp;quot;+GetGuildName(@var)+&amp;quot;, you know.&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
*[[getguildmaster]]&lt;br /&gt;
[[Category:Script Command]]&lt;/div&gt;</summary>
		<author><name>Neqste</name></author>	</entry>

	</feed>