Difference between revisions of "LUA:CreateConversation"
(Created page with "= LUA Functions: CreateConversation() = Creates a new conversation. ==== Syntax ==== conversation = CreateConversation() ==== Usage ==== <pre> function hailed(NPC, Spawn) ...") |
(No difference)
|
Latest revision as of 21:39, 15 October 2012
LUA Functions: CreateConversation()
Creates a new conversation.
Syntax
conversation = CreateConversation()
Usage
function hailed(NPC, Spawn)
Conversation = CreateConversation()
end
This creates a new conversation to be used later in dialogs.