comparison data/npcs/kaneda.json @ 197:6696ffd51ac2

Hordes of NPCs.
author Simon Cross <hodgestar@gmail.com>
date Wed, 06 Apr 2011 22:07:00 +0200
parents 897eec397cbb
children b244d01a8881
comparison
equal deleted inserted replaced
196:a4c4e2f34162 197:6696ffd51ac2
4 { "matches" : "npcs.kumiko.state == 'torn'", "next": "state.kumiko" } 4 { "matches" : "npcs.kumiko.state == 'torn'", "next": "state.kumiko" }
5 ] 5 ]
6 }, 6 },
7 "kumiko" : { 7 "kumiko" : {
8 "text" : "Ah, here is the fabled beauty, Kumiko.", 8 "text" : "Ah, here is the fabled beauty, Kumiko.",
9 "auto_next": "state."
10 "events" : [ 9 "events" : [
11 { "matches" : "npcs.kumiko.state == 'kaneda'", "next": "state.tear" } 10 { "matches" : "npcs.kumiko.state == 'kaneda'", "next": "state.tear" }
12 ] 11 ]
13 }, 12 },
14 "tear" : { 13 "tear" : {