blob: d42ec8c7db28b2a740fb88263529b67abc849ec9 (
plain)
1
2
3
4
5
|
{
"1": { "name": "Dwarf", "body": "What are you doing in this dungeon?", "options": [["Just chilling", "2"], ["Nothing", "3"]] },
"2": { "name": "Dwarf", "body": "Stop chilling and go back to the surface." },
"3": { "name": "Dwarf", "body": "Right." }
}
|