view data/npcs/actor.json @ 293:e22b0e4d52ae

Add missions.masks_destroyed.
author Simon Cross <hodgestar@gmail.com>
date Fri, 08 Apr 2011 22:04:05 +0200
parents 4e7ca5cf57fa
children e1436dacca69
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" : {
    }
}