view data/npcs/actor.json @ 535:d7f3329a6bf8

Fix theatre mission.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 10 Apr 2011 00:26:39 +0200
parents e1436dacca69
children
line wrap: on
line source

{
    "start" : {
        "text" : "Finally, my chance at a starring role in this play. I’d better not mess this one up. Now that the other actors have left me alone to guard the costumes and masks, I have a proper chance to rehearse my lines. Ahem...",
        "auto_next": "state.bother"
    },
    "bother" : {
        "text" : "“Upon a thousand heights had gathered the inexplicable cloud. Swept by, uh... the rain, the moon is just come to light the high house. A clean and... and...” Oh bother, this is hard.",
        "events" : [
            { "matches" : "world.missions.masks_destroyed", "next": "state.no" }
        ]
    },
    "no" : {
        "text" : "NO! What have you done? The others are going to kill me when they see this mess. Fame and fortune are just not worth that. Aiiii!",
        "auto_next": "state.gone"
    },
    "gone" : {
        "on_entry": "drop_item('tail_lightning')"
    }
}