<?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%3AGetCoinMessage</id>
	<title>LUA:GetCoinMessage - 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%3AGetCoinMessage"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:GetCoinMessage&amp;action=history"/>
	<updated>2026-07-11T13:58:28Z</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:GetCoinMessage&amp;diff=4706&amp;oldid=prev</id>
		<title>Jabantiz: Created page with &quot;= LUA Functions: GetCoinMessage() = Returns a string in the &quot;x Platinum x Gold x Silver x Copper&quot; format for the given amount of coins.   ==== Syntax ==== var = GetCoinMessage(pa...&quot;</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:GetCoinMessage&amp;diff=4706&amp;oldid=prev"/>
		<updated>2012-10-17T00:58:13Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= LUA Functions: GetCoinMessage() = Returns a string in the &amp;quot;x Platinum x Gold x Silver x Copper&amp;quot; format for the given amount of coins.   ==== Syntax ==== var = GetCoinMessage(pa...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= LUA Functions: GetCoinMessage() =&lt;br /&gt;
Returns a string in the &amp;quot;x Platinum x Gold x Silver x Copper&amp;quot; format for the given amount of coins.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Syntax ====&lt;br /&gt;
var = GetCoinMessage(param1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Parameters ====&lt;br /&gt;
; Required - ''param1'' (int32)&lt;br /&gt;
: ''param1'' is the total amount of coins&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Usage ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
function hailed(NPC, Spawn)&lt;br /&gt;
    Say(NPC, &amp;quot;I have &amp;quot; .. GetCoinMessage(150) .. &amp;quot;!&amp;quot;)&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When hailed the NPC would say &amp;quot;I have 1 Gold 50 Copper!&amp;quot;.&lt;/div&gt;</summary>
		<author><name>Jabantiz</name></author>
		
	</entry>
</feed>