<?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%3AStartConversation</id>
	<title>LUA:StartConversation - 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%3AStartConversation"/>
	<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:StartConversation&amp;action=history"/>
	<updated>2026-07-12T07:54:15Z</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:StartConversation&amp;diff=5080&amp;oldid=prev</id>
		<title>Jabantiz: Created page with &quot;= LUA Functions: StartConversation() = Starts a dialog between the given NPC and the given player   ==== Syntax ==== StartConversation(param1, param2, param3, param4, [param5], [...&quot;</title>
		<link rel="alternate" type="text/html" href="https://oldwiki.eq2classic.com/index.php?title=LUA:StartConversation&amp;diff=5080&amp;oldid=prev"/>
		<updated>2013-09-12T21:56:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= LUA Functions: StartConversation() = Starts a dialog between the given NPC and the given player   ==== Syntax ==== StartConversation(param1, param2, param3, param4, [param5], [...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= LUA Functions: StartConversation() =&lt;br /&gt;
Starts a dialog between the given NPC and the given player&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Syntax ====&lt;br /&gt;
StartConversation(param1, param2, param3, param4, [param5], [param6], [param7])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Parameters ====&lt;br /&gt;
; Required - ''param1'' (Conversation), ''param2'' (Spawn), ''param3'' (Spawn), ''param4'' (string)&lt;br /&gt;
: ''param1'' is the conversation to start&lt;br /&gt;
: ''param2'' is the spawn talking&lt;br /&gt;
: ''param3'' is the player the spawn is talking to&lt;br /&gt;
: ''param4'' is what he spawn is saying&lt;br /&gt;
; Optional - ''param5'' (string), ''param6'' (int32), ''param7'' (int32)&lt;br /&gt;
: ''param5'' is the voice over mp3 file&lt;br /&gt;
: ''param6'' is the first key for the voice over&lt;br /&gt;
: ''param7'' is the second key for the voice over&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;
    local con = CreateConversation()&lt;br /&gt;
    AddConversationOption(con, &amp;quot;Bye!&amp;quot;)&lt;br /&gt;
    StartConversation(con, NPC, Spawn, &amp;quot;Hello!&amp;quot;)&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When hailed this NPC will start a simple chat bubble conversation with the player&lt;/div&gt;</summary>
		<author><name>Jabantiz</name></author>
		
	</entry>
</feed>