more eficient dialogue file

This commit is contained in:
Yannik
2023-05-29 20:59:33 +02:00
parent 7871613f75
commit b9b68475b1

View File

@@ -10,9 +10,7 @@
"Yes": [ "Yes": [
"Thats pretty cool! Do you have a nice day?", "Thats pretty cool! Do you have a nice day?",
{ {
"Yes, i have a nice day": [ "Yes, i have a nice day": "Cool bye!"
"Cool bye!"
]
} }
], ],
"Also Yes": [ "Also Yes": [
@@ -20,11 +18,10 @@
"That was a weird answer... Is anything wrong with you?", "That was a weird answer... Is anything wrong with you?",
{ {
"Yes my name is Peter": [ "Yes my name is Peter": [
"OOOOHHHH! That explains everything." "OOOOHHHH! That explains everything.",
"Warum hast du mich noch nicht gelöscht?"
], ],
"No I'm Yannik": [ "No I'm Yannik": "Oh okay... Still weird but have a nice day Yannik!"
"Oh okay... Still weird but have a nice day Yannik!"
]
} }
] ]
} }