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

Hordes of NPCs.
author Simon Cross <hodgestar@gmail.com>
date Wed, 06 Apr 2011 22:07:00 +0200
parents 7ccf365e28ea
children 4e7ca5cf57fa
comparison
equal deleted inserted replaced
196:a4c4e2f34162 197:6696ffd51ac2
8 { "matches" : "world.cannon_destroyed()", "next": "state.huh" } 8 { "matches" : "world.cannon_destroyed()", "next": "state.huh" }
9 ] 9 ]
10 }, 10 },
11 "huh" : { 11 "huh" : {
12 "text" : "Huh? What was that noise? Did I hear a- AI! What’s this? My cannon – destroyed! When Hattori hears about this, he’s going to be livid. Erm, it might be best if I, uh, hide out for a bit...", 12 "text" : "Huh? What was that noise? Did I hear a- AI! What’s this? My cannon – destroyed! When Hattori hears about this, he’s going to be livid. Erm, it might be best if I, uh, hide out for a bit...",
13 "auto_next": "state.gone", 13 "auto_next": "state.gone"
14 }, 14 },
15 "gone" : { 15 "gone" : {
16 } 16 }
17 } 17 }