Skip to content
Snippets Groups Projects
Commit cbc9f05b authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Add wasteRoomDoor dialog

parent bc285d99
No related branches found
No related tags found
No related merge requests found
Pipeline #17000 passed with warnings
{
"$schema": "../../src/dialogSet.schema.json",
"title": "Müllraum",
"imageUrl": "",
"startDialogName": "start",
"dialogs": {
"start": {
"text": "",
"options": [
{
"text": "Versuchen, die Tür zu öffnen.",
"linksToDialog": "tryOpenDoor",
"requiredFacts": [
"kitchenWaste/acceptedQuest",
"kitchenWaste/carriesStinkingBag"
]
}
]
},
"tryOpenDoor": {
"text": "...",
"options": [
{
"text": "Mist, verschlossen.",
"linksToDialog": "triedToOpenDoor"
}
]
},
"triedToOpenDoor": {
"text": "",
"options": []
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment