comparison data/npcs/guard.json @ 461:c6d1165bb16f

Can talk your way past the guard
author Neil Muller <drnlmuller@gmail.com>
date Sat, 09 Apr 2011 20:43:29 +0200
parents 93352ab52f2e
children 906fae3d3688
comparison
equal deleted inserted replaced
460:8b9b4706a4d6 461:c6d1165bb16f
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 } 73 }
73 } 74 }