No categories assigned

LUA:CreateConversation

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.