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

32 lines
894 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."
],
"No I'm Yannik": [
"Oh okay... Still weird but have a nice day Yannik!"
]
}
]
}
]
}