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/hasan.txt | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'world/map/npc/042-1/hasan.txt') diff --git a/world/map/npc/042-1/hasan.txt b/world/map/npc/042-1/hasan.txt index 581eb83a..fa27b305 100644 --- a/world/map/npc/042-1/hasan.txt +++ b/world/map/npc/042-1/hasan.txt @@ -27,11 +27,14 @@ mes "\"Hey! You can't pass here.\""; next; menu - "Why not?",-, - "Who says that?",-; + "Why not?",L_Next, + "Who says that?",L_Next; + +L_Next: mes "[Unfriendly Guy]"; mes "\"I, Hasan the Mighty, have decided to put a toll on this path.\""; next; + goto L_Toll; L_Toll: mes "[Hasan]"; @@ -87,7 +90,9 @@ L_Trick: next; menu "I don't have that much money!",L_NoPay, - "No. (Scratch your head.)",-; + "No. (Scratch your head.)",L_ScratchHead; + +L_ScratchHead: if ($@ScorpionFighter) goto L_Wait; mes "While you're scratching your head, you see Kaan coming nearer to the cliff above you."; @@ -117,8 +122,10 @@ L_Thank: mes "\"You want to go to the bazaar, right? Shall I tell you how to get there?\""; next; menu - "Sure, thanks.",-, + "Sure, thanks.",L_HasanThanks, "I'll try to find the way myself.",L_Explore; + +L_HasanThanks: mes "[Hasan]"; mes "\"Ok, when you leave here follow the road past the docks until you reach the old city gates.\""; next; -- cgit v1.2.3-60-g2f50