<?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%3AEmote</id>
	<title>LUA:Emote - 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%3AEmote"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:Emote&amp;action=history"/>
	<updated>2026-07-13T15:09:24Z</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:Emote&amp;diff=4701&amp;oldid=prev</id>
		<title>Jabantiz: Created page with &quot;= LUA Functions: Emote() = Causes the given spawn to send a chat emote.   ==== Syntax ==== Emote(param1, param2 [param3], [param4])   ==== Parameters ==== ; Required - ''param1''...&quot;</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:Emote&amp;diff=4701&amp;oldid=prev"/>
		<updated>2012-10-16T04:55:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= LUA Functions: Emote() = Causes the given spawn to send a chat emote.   ==== Syntax ==== Emote(param1, param2 [param3], [param4])   ==== Parameters ==== ; Required - &amp;#039;&amp;#039;param1&amp;#039;&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= LUA Functions: Emote() =&lt;br /&gt;
Causes the given spawn to send a chat emote.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Syntax ====&lt;br /&gt;
Emote(param1, param2 [param3], [param4])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Parameters ====&lt;br /&gt;
; Required - ''param1'' (Spawn), ''param2'' (String)&lt;br /&gt;
: ''param1'' is the spawn sending the emote&lt;br /&gt;
: ''param2'' is the message&lt;br /&gt;
; Optional - ''param3'' (Spawn), ''param4'' (Spawn)&lt;br /&gt;
: ''param3'' is the target of the emote&lt;br /&gt;
: ''param4'' is a player to send the emote to, must be a player&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;
    Emote(NPC, &amp;quot;looks upset.&amp;quot;)&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will cause an emote message to be sent to all clients in range.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
If ''param4'' is set the message will only be sent to that player.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
While ''param3'' is intended to be the target it does not seem to actually be used any where.&lt;/div&gt;</summary>
		<author><name>Jabantiz</name></author>
		
	</entry>
</feed>