diff options
Diffstat (limited to 'world/map/npc/042-1/hasan.txt')
-rw-r--r-- | world/map/npc/042-1/hasan.txt | 15 |
1 files changed, 11 insertions, 4 deletions
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; |