Skip to content

Instantly share code, notes, and snippets.

@GeorgesAlkhouri
Created October 13, 2023 07:50
Show Gist options
  • Select an option

  • Save GeorgesAlkhouri/12b6f76a7bcedfef2925e817bf66b388 to your computer and use it in GitHub Desktop.

Select an option

Save GeorgesAlkhouri/12b6f76a7bcedfef2925e817bf66b388 to your computer and use it in GitHub Desktop.
{
"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