Conversation Lua API

From Off Grid Wiki
Revision as of 15:52, 26 June 2017 by Rich (talk | contribs) (Rich moved page Lua Apis/Conversation Lua API to Conversation Lua API without leaving a redirect)
Jump to navigation Jump to search

Conversation

Description

Allows the user to start scripted conversations

Functions

StartScript

Conversation.StartScript(path, onCompleteCallback)

Expected parameter types

path string
onCompleteCallback Lua Type

Description: Starts a conversation from a name

Returns: Nothing

Notes: Must be in MissionFolder/Conversations/$path


Docs last hacked together on: 09/05/2017 16:45