changeset 325:efa037c3c82c

Streamline initial conversation with monk.
author Simon Cross <hodgestar@gmail.com>
date Sat, 09 Apr 2011 01:10:26 +0200
parents ca428c1451a2
children e980303b3601
files data/npcs/monk.json
diffstat 1 files changed, 4 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/data/npcs/monk.json	Sat Apr 09 01:08:55 2011 +0200
+++ b/data/npcs/monk.json	Sat Apr 09 01:10:26 2011 +0200
@@ -1,16 +1,13 @@
 {
     "start" : {
         "text" : "Oh poor thing, a tailless fox! What happened to you, little one?",
-        "choices" : [
-            { "text": "Yip!" },
-            { "text": "Grrrr...", "next": "state.unfortunate" }
-        ]
+        "auto_next_text" : "Grrrr...",
+        "auto_next": "state.unfortunate"
     },
     "unfortunate" : {
         "text" : "Unfortunate, I’m sure. That’s why I keep my lucky fox tail handy.",
-        "choices" : [
-            { "text": "Yip yip!", "next": "state.you_dont_speak" }
-        ]
+        "auto_next_text" : "Yip yip!",
+        "auto_next" : "state.you_dont_speak"
     },
     "you_dont_speak" : {
         "text" : "You don’t speak, of course. Forgive a silly old man. I lose my senses when I haven’t had my tea! Mmm, a fine brew of oolong! But there’s a demon in the attic and I’m too scared to fetch the tea leaves. Pity you don’t understand me, or you could get me a cup!",