view data/npcs/sasuke.json @ 628:1fdfc7f03d98

Stop flying when you land.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 07 May 2011 20:30:25 +0200
parents 8087e95ade2f
children
line wrap: on
line source

{
    "start" : {
        "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...",
        "auto_next": "state.napping"
    },
    "napping" : {
        "text" : "Yaaawwwn!",
        "events" : [
            { "matches" : "world.missions.cannon_destroyed", "next": "state.huh" }
        ]
    },
    "huh" : {
        "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...",
        "auto_next": "state.gone"
    },
    "gone" : {
        "on_entry": "drop_item('tail_invisibility'); npcs.sasuke.present=False"
    }
}