comparison 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
comparison
equal deleted inserted replaced
184:e7413a565421 185:c3dfcd241c3a
1 {
2 "start" : {
3 "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...",
4 "auto_next": "state.bother"
5 },
6 "bother" : {
7 "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.",
8 "events" : [
9 { "matches" : "world.masks_destroyed()", "next": "state.no" }
10 ]
11 },
12 "no" : {
13 "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!",
14 "auto_next": "state.gone"
15 },
16 "gone" : {
17 }
18 }