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