# HG changeset patch # User Simon Cross # Date 1302304226 -7200 # Node ID efa037c3c82cd1fbdc3c90a39a61398b63466fd9 # Parent ca428c1451a2b95761eca0d7bc7d86d8bb24ef1a Streamline initial conversation with monk. diff -r ca428c1451a2 -r efa037c3c82c data/npcs/monk.json --- 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!",