Files
destruction-of-legacy/text_horror/dialogue.json
2023-05-27 22:01:44 +02:00

32 lines
885 B
JSON

{
"start": [
"Hello welcome to TextHorror!",
"_title:NPC Name",
"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": [
"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!"
]
}
]
}
]
}