comparison data/npcs/guard.json @ 500:906fae3d3688

Hook up three more tails.
author Simon Cross <hodgestar@gmail.com>
date Sat, 09 Apr 2011 22:58:32 +0200
parents c6d1165bb16f
children
comparison
equal deleted inserted replaced
499:069fc6312ab8 500:906fae3d3688
67 "okay" : { 67 "okay" : {
68 "text" : "Ah, well, okay! I guess I could make an exception, just this once... Just across the road, you say...", 68 "text" : "Ah, well, okay! I guess I could make an exception, just this once... Just across the road, you say...",
69 "auto_next": "state.agreed" 69 "auto_next": "state.agreed"
70 }, 70 },
71 "agreed" : { 71 "agreed" : {
72 "on_entry" : "npcs.guard.block = False" 72 "on_entry" : "npcs.guard.block = False; drop_item('tail_fireball')"
73 } 73 }
74 } 74 }