Skip to content

Instantly share code, notes, and snippets.

{
"id": "string - Uniquely identifies this conversation in the ConversationLibrary",
"gameFlag": "string (optional) - The name of a game flag whose value will be set when the conversation ends.",
"gameFlagValue": true //bool (optional) - The value to set the game flag to (true / false).
"participants": [ // Array containing each of the participants in the conversation.
{
"name": "string (optional) - Name of the participant. Will be shown on screen when they are talking."
"icon": "string (optional) - Name of the portrait image that will be loaded and shown on screen.",
"onScreenImage": "string (optional) - Unused in SSD. For larger images that would not be shown in the portrait box."
},