view data/npcs/actor.json @ 185:c3dfcd241c3a

actor
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Wed, 06 Apr 2011 20:36:58 +0200
parents
children 4e7ca5cf57fa
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.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" : {
    }
}