No categories assigned

LUA:CreateConversation

Revision as of 21:39, 15 October 2012 by Jabantiz (talk | contribs) (Created page with "= LUA Functions: CreateConversation() = Creates a new conversation. ==== Syntax ==== conversation = CreateConversation() ==== Usage ==== <pre> function hailed(NPC, Spawn) ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.