comparison data/npcs/sasuke.json @ 198:4e7ca5cf57fa

syntax fix for accessing world properties
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Wed, 06 Apr 2011 22:15:44 +0200
parents 6696ffd51ac2
children 74c875f7b1f5
comparison
equal deleted inserted replaced
197:6696ffd51ac2 198:4e7ca5cf57fa
3 "text" : "Grumble... “Sasuke, fetch this! Sasuke, get that!” What do they think I am, some sort of servant? I’m a samurai in my own right! And this cannon is so heavy! Not like those two would lend a hand – they’re probably taking a nap. Speaking of which... yaaawn... maybe forty winks wouldn’t be a bad idea. If I’m lucky, this cannon will just roll down the path and off the cliff. Good riddance...", 3 "text" : "Grumble... “Sasuke, fetch this! Sasuke, get that!” What do they think I am, some sort of servant? I’m a samurai in my own right! And this cannon is so heavy! Not like those two would lend a hand – they’re probably taking a nap. Speaking of which... yaaawn... maybe forty winks wouldn’t be a bad idea. If I’m lucky, this cannon will just roll down the path and off the cliff. Good riddance...",
4 "auto_next": "state.napping" 4 "auto_next": "state.napping"
5 }, 5 },
6 "napping" : { 6 "napping" : {
7 "events" : [ 7 "events" : [
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"