From c0ba38cd4b68491e28e467889804ebc09c9c002e Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Wed, 2 Apr 2014 11:06:32 -0700 Subject: Clean up main scripts --- world/map/npc/042-1/kaan.txt | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'world/map/npc/042-1/kaan.txt') diff --git a/world/map/npc/042-1/kaan.txt b/world/map/npc/042-1/kaan.txt index 027e5895..a5f9f530 100644 --- a/world/map/npc/042-1/kaan.txt +++ b/world/map/npc/042-1/kaan.txt @@ -39,8 +39,9 @@ L_Tanisha: goto L_Close; next; menu - "Yes, I helped her with the maggots.",-, - "Yeah, and she's done with the maggots.",-; + "Yes, I helped her with the maggots.",L_Tanisha3, + "Yeah, and she's done with the maggots.",L_Tanisha3; + L_Tanisha3: mes "[Kaan]"; mes "\"Ah, that is good news."; @@ -56,8 +57,10 @@ L_Tanisha3: mes "\"I built the fence down south of here to keep them out.\""; next; menu - "Impressive! Just a bit... skewed.",-, - "Wow, it looks very - ahm, unconventional.",-; + "Impressive! Just a bit... skewed.",L_Next, + "Wow, it looks very - ahm, unconventional.",L_Next; + +L_Next: mes "[Kaan]"; mes "\"Well, it keeps the scorpions out. That's all that matters.\""; next; @@ -74,6 +77,7 @@ L_Tanisha3: menu "A guy named Hasan won't let me enter Tulimshar.",L_Hasan, "Thanks for the advice.",L_Close; + goto L_Out; L_Out: mes "[Kaan]"; @@ -97,6 +101,7 @@ L_Hasan: mes "\"We should think about some kind of trick. Ah, if only I knew his weak point.\""; set kaan, 3; next; + goto L_Trick; L_Trick: mes "[Kaan]"; @@ -106,12 +111,15 @@ L_Trick: goto L_Close; next; menu - "He's afraid of scorpions.",-, + "He's afraid of scorpions.",L_Continue, "No idea.",L_Close; + +L_Continue: mes "[Kaan]"; mes "\"Scorpions?! Right! How could I forget?"; mes "When he was a child, he nearly died because he fell into a scorpion nest.\""; next; + goto L_Explain; L_Explain: mes "\"Ok, then here's the plan:"; -- cgit v1.2.3-70-g09d2