Created
October 13, 2023 07:50
-
-
Save GeorgesAlkhouri/12b6f76a7bcedfef2925e817bf66b388 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "id": "test_dialogs", | |
| "schema_version": 1, | |
| "other_dialogs": { | |
| "middle": { | |
| "id": "middle", | |
| "header": "The Editor", | |
| "text": "This Dialog Sequence was made using the WIN95 Dialog Editor programmed by Ibrahim Roskow.", | |
| "select_min_values": 1, | |
| "select_max_values": 1, | |
| "show_image_as_avatar": false, | |
| "options": [ | |
| { | |
| "id": "next_dialog", | |
| "header": "Next Dialog", | |
| "next": [ | |
| { | |
| "id": "middle", | |
| "prob": 0.05 | |
| } | |
| ], | |
| "text": "Click here to see the amazingly executed transition to the next Dialog!", | |
| "emoji": "Gold", | |
| "show_in_embed": true, | |
| "ui_element": { | |
| "ui_element_type": "DialogOptionButton", | |
| "label": "Next Dialog" | |
| }, | |
| "conditions": [], | |
| "effects": [] | |
| } | |
| ] | |
| } | |
| }, | |
| "start": { | |
| "id": "start", | |
| "header": "The Editor", | |
| "text": "This Dialog Sequence was made using the WIN95 Dialog Editor programmed by Ibrahim Roskow.", | |
| "select_min_values": 1, | |
| "select_max_values": 1, | |
| "show_image_as_avatar": false, | |
| "options": [ | |
| { | |
| "id": "next_dialog", | |
| "header": "Next Dialog", | |
| "next": [ | |
| { | |
| "id": "middle", | |
| "prob": 0.05 | |
| } | |
| ], | |
| "text": "Click here to see the amazingly executed transition to the next Dialog!", | |
| "emoji": "Gold", | |
| "show_in_embed": true, | |
| "ui_element": { | |
| "ui_element_type": "DialogOptionButton", | |
| "label": "Next Dialog" | |
| }, | |
| "conditions": [], | |
| "effects": [] | |
| } | |
| ] | |
| }, | |
| "end": { | |
| "id": "end", | |
| "header": "Ende", | |
| "text": null, | |
| "image": null, | |
| "options": [] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment