Files
destruction-of-legacy/text_horror/dialogue.json
2023-05-29 20:59:33 +02:00

29 lines
866 B
JSON

{
"start": [
"Hello welcome to TextHorror!",
"This is the second line",
0.3,
"This text is slow",
1,
"Can you answer?",
{
"Yes": [
"Thats pretty cool! Do you have a nice day?",
{
"Yes, i have a nice day": "Cool bye!"
}
],
"Also Yes": [
"_title:Spitzkopf",
"That was a weird answer... Is anything wrong with you?",
{
"Yes my name is Peter": [
"OOOOHHHH! That explains everything.",
"Warum hast du mich noch nicht gelöscht?"
],
"No I'm Yannik": "Oh okay... Still weird but have a nice day Yannik!"
}
]
}
]
}