Conversation Lua API: Difference between revisions

From Off Grid Wiki
Jump to navigation Jump to search
m (Rich moved page Conversation Lua API to Lua Apis/Conversation Lua API without leaving a redirect: adding sub-pages)
(removed startdoc tag)
Line 1: Line 1:
{{OffGridDocStart}}
= Conversation =
= Conversation =
== Description ==
== Description ==

Revision as of 15:45, 26 June 2017

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