comparison data/npcs/actor.json @ 198:4e7ca5cf57fa

syntax fix for accessing world properties
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Wed, 06 Apr 2011 22:15:44 +0200
parents c3dfcd241c3a
children e22b0e4d52ae
comparison
equal deleted inserted replaced
197:6696ffd51ac2 198:4e7ca5cf57fa
4 "auto_next": "state.bother" 4 "auto_next": "state.bother"
5 }, 5 },
6 "bother" : { 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.", 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" : [ 8 "events" : [
9 { "matches" : "world.masks_destroyed()", "next": "state.no" } 9 { "matches" : "world.masks_destroyed", "next": "state.no" }
10 ] 10 ]
11 }, 11 },
12 "no" : { 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!", 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" 14 "auto_next": "state.gone"