diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2013-02-12 00:24:41 -0800 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-02-12 23:05:15 +0100 |
commit | 2c8e25d9b2efd1d8f051db3bd1c7676a044994f1 (patch) | |
tree | d966512fe2dcf4be25ac7dd134d934b8f276eb85 /world/map/npc/009-2/alan.txt | |
parent | e6db4af9d0873d1b1b31680d54e5f8452000ea2b (diff) | |
download | serverdata-2c8e25d9b2efd1d8f051db3bd1c7676a044994f1.tar.gz serverdata-2c8e25d9b2efd1d8f051db3bd1c7676a044994f1.tar.bz2 serverdata-2c8e25d9b2efd1d8f051db3bd1c7676a044994f1.tar.xz serverdata-2c8e25d9b2efd1d8f051db3bd1c7676a044994f1.zip |
o11c's review of inspector
Diffstat (limited to 'world/map/npc/009-2/alan.txt')
-rw-r--r-- | world/map/npc/009-2/alan.txt | 9 |
1 files changed, 5 insertions, 4 deletions
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]"; |