comparison data/npcs/sasuke.json @ 525:8087e95ade2f

More cannon stuff
author Neil Muller <drnlmuller@gmail.com>
date Sat, 09 Apr 2011 23:40:50 +0200
parents 906fae3d3688
children
comparison
equal deleted inserted replaced
524:4242066f771d 525:8087e95ade2f
12 "huh" : { 12 "huh" : {
13 "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 "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...",
14 "auto_next": "state.gone" 14 "auto_next": "state.gone"
15 }, 15 },
16 "gone" : { 16 "gone" : {
17 "on_entry": "drop_item('tail_invisibility')" 17 "on_entry": "drop_item('tail_invisibility'); npcs.sasuke.present=False"
18 } 18 }
19 } 19 }