15 lines
206 B
JSON
15 lines
206 B
JSON
|
{
|
||
|
"meta": {
|
||
|
"name" : "Second Test Ball",
|
||
|
"type" : "item"
|
||
|
},
|
||
|
"dialogue": {
|
||
|
"init": {
|
||
|
"action" : "speak",
|
||
|
"type" : "text",
|
||
|
"text" : "Apparently this ball talks",
|
||
|
"next" : "exit"
|
||
|
}
|
||
|
}
|
||
|
}
|