From a00579f57be4f02cd2a60ecd9468277ba6631e78 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 2 Apr 2014 22:33:31 -0700 Subject: Fix style (split for more readable diff) --- world/map/npc/009-2/alan.txt | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) (limited to 'world/map/npc/009-2/alan.txt') diff --git a/world/map/npc/009-2/alan.txt b/world/map/npc/009-2/alan.txt index ba9e1f30..6d39e3e2 100644 --- a/world/map/npc/009-2/alan.txt +++ b/world/map/npc/009-2/alan.txt @@ -35,10 +35,9 @@ "OK, thanks.", L_Close, "Can you make me a really good bow?", L_State_0_1, "Have you seen anything strange recently that might be connected to the robberies?", L_NohMask_Answer; - //else - menu - "OK, thanks.", L_Close, - "Can you make me a really good bow?", L_State_0_1; + menu + "OK, thanks.", L_Close, + "Can you make me a really good bow?", L_State_0_1; L_State_0_1: mes "[Alan]"; @@ -84,10 +83,9 @@ L_State_1: "No, I haven't had the time yet.", L_Close, "No, I didn't find him yet.", L_State_1_1, "Have you seen anything strange recently that might be connected to the robberies?", L_NohMask_Answer; - //else - menu - "No, I haven't had the time yet.", L_Close, - "No, I didn't find him yet.", L_State_1_1; + menu + "No, I haven't had the time yet.", L_Close, + "No, I didn't find him yet.", L_State_1_1; L_State_1_1: mes "[Alan]"; @@ -102,9 +100,8 @@ L_State_2: menu "Yes, I did. He said that the trees turned into dangerous monsters.", L_Foo, "Have you seen anything strange recently that might be connected to the robberies?", L_NohMask_Answer; - //else - menu - "Yes, I did. He said that the trees turned into dangerous monsters.", L_Foo; + menu + "Yes, I did. He said that the trees turned into dangerous monsters.", L_Foo; L_Foo: mes "[Alan]"; mes "\"Oh, that's really bad news. Maybe you can do his job?"; @@ -125,10 +122,9 @@ L_State_3: "Here, take a look!", L_State_3_try, "Yes, but I need it for something else.", L_Close, "Have you seen anything strange recently that might be connected to the robberies?", L_NohMask_Answer; - //else - menu - "Here, take a look!", L_State_3_try, - "Yes, but I need it for something else.", L_Close; + menu + "Here, take a look!", L_State_3_try, + "Yes, but I need it for something else.", L_Close; L_State_3_try: if (countitem("RawLog") < 1) @@ -171,10 +167,9 @@ L_State_4: "10,000??? What a ripoff!", L_Close, "Sure, here you go!", L_State_4_pay, "Have you seen anything strange recently that might be connected to the robberies?", L_NohMask_Answer; - //else - menu - "10,000??? What a ripoff!", L_Close, - "Sure, here you go!", L_State_4_pay; + menu + "10,000??? What a ripoff!", L_Close, + "Sure, here you go!", L_State_4_pay; L_State_4_pay: if (Zeny < 10000) -- cgit v1.2.3-60-g2f50