PreloadScriptConversation
DocsPreloadScriptConversation(displaySubtitles, addToBriefScreen, cloneConversation, interruptible)Description
Similar to START_SCRIPT_CONVERSATION, except that is starts the conversation off paused.
A scripter can then kick off the conversation by calling START_PRELOADED_CONVERSATION.
If they want to check that the conversation is done preloading, they can use GET_IS_PRELOADED_CONVERSATION_READY
Parameters
| Name | Type | Description |
|---|---|---|
displaySubtitles | BOOL | — |
addToBriefScreen | BOOL | Defaults to true |
cloneConversation | BOOL | Defaults to false |
interruptible | BOOL | Defaults to true |
Returns
voidThis native does not return a value.