From 2c8e25d9b2efd1d8f051db3bd1c7676a044994f1 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 12 Feb 2013 00:24:41 -0800 Subject: o11c's review of inspector --- world/map/npc/009-2/alan.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'world/map/npc/009-2') diff --git a/world/map/npc/009-2/alan.txt b/world/map/npc/009-2/alan.txt index 65a36c0d..53715527 100644 --- a/world/map/npc/009-2/alan.txt +++ b/world/map/npc/009-2/alan.txt @@ -202,11 +202,12 @@ L_State_4_TooMany: L_State_5: mes "[Alan]"; mes "\"I hope you are satisfied with your forest bow. It is one of my best works.\""; + if (@inspector != 1) + goto L_Close; next; - if (@inspector == 1) - menu - "I am!", L_Close, - "Have you seen anything strange recently that might be connected to the robberies?", L_NohMask_Answer; + menu + "I am!", L_Close, + "Have you seen anything strange recently that might be connected to the robberies?", L_NohMask_Answer; L_NohMask_Answer: mes "[Alan]"; -- cgit v1.2.3-60-g2f50