15 lines
205 B
JSON
15 lines
205 B
JSON
|
{
|
||
|
"meta": {
|
||
|
"name" : "Test Ball",
|
||
|
"type" : "item"
|
||
|
},
|
||
|
"dialogue": {
|
||
|
"init": {
|
||
|
"action" : "look",
|
||
|
"type" : "text",
|
||
|
"text" : "This is just a weird looking ball",
|
||
|
"next" : "exit"
|
||
|
}
|
||
|
}
|
||
|
}
|