# HG changeset patch # User Simon Cross # Date 1302301584 -7200 # Node ID 50b8c8372ff232726e9ea7a542f68c601208ed08 # Parent 342e30c92a8506881a9251063c09ce3356e9442e Conversations needs dummy start states for the responding party so that things can be kicked off directly. diff -r 342e30c92a85 -r 50b8c8372ff2 data/npcs/hattori.json --- a/data/npcs/hattori.json Sat Apr 09 00:20:11 2011 +0200 +++ b/data/npcs/hattori.json Sat Apr 09 00:26:24 2011 +0200 @@ -1,5 +1,10 @@ { - "start" : { + "start": { + "events" : [ + { "matches": "npcs.ichiro.state != 'start'", "next": "state.nofear" } + ] + }, + "nofear" : { "text" : "Ichiro, there is nothing to fear. Uesugi will light the signal fire if they come close.", "auto_next" : "state.wait", "on_exit" : "switch_to('ichiro')"