summaryrefslogtreecommitdiff
path: root/npc/042-1/hasan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-1/hasan.txt')
-rw-r--r--npc/042-1/hasan.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/042-1/hasan.txt b/npc/042-1/hasan.txt
index 1851ebc9..3caa47a5 100644
--- a/npc/042-1/hasan.txt
+++ b/npc/042-1/hasan.txt
@@ -2,6 +2,8 @@
set @toll, 10000;
+ if (hasan == 1) goto L_Toll;
+
mes "[Unfriendly Guy]";
mes "\"Hey! You can't pass here.\"";
menu
@@ -10,6 +12,8 @@
mes "[Unfriendly Guy]";
mes "\"Me, Hasan the mighty, decided to put a toll on this way.\"";
next;
+L_Toll:
+ mes "[Hasan]";
mes "\"Give me " + @toll + "GP, and I may let you pass.\"";
set hasan, 1;
if (zeny >= @toll)
@@ -56,5 +60,7 @@ L_Cheat:
//TODO: check variable
warp "042-1.gat", 110, 73;
message strcharinfo(0), "Hasan: \"Stop!\"";
+ // when scorpion is spawned:
+ // message strcharinfo(0), "Hasan: \"Please help me!\"";
end;
}