comparison data/npcs/kaneda.json @ 559:c4b14a517500

Parital geisha mission
author Neil Muller <drnlmuller@gmail.com>
date Sun, 10 Apr 2011 01:59:40 +0200
parents b244d01a8881
children
comparison
equal deleted inserted replaced
558:aa01ca54dce2 559:c4b14a517500
1 1
2 { 2 {
3 "start" : { 3 "start" : {
4 "events" : [ 4 "events" : [
5 { "matches" : "npcs.kumiko.state == 'torn'", "next": "state.kumiko" } 5 { "matches" : "npcs.kumiko.state == 'kaneda'", "next": "state.kumiko" }
6 ] 6 ]
7 }, 7 },
8 "kumiko" : { 8 "kumiko" : {
9 "text" : "Ah, here is the fabled beauty, Kumiko.", 9 "text" : "Ah, here is the fabled beauty, Kumiko.",
10 "auto_next" : "state.tear", 10 "auto_next" : "state.tear",