From 799f67c910006b7b2e55d7e44be5bed32a348a71 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Thu, 2 Jun 2011 18:43:57 +0200 Subject: tutorial: add story in kaan, add come-back questions/answers in sorfina and tanisha --- npc/042-1/hasan.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/042-1/hasan.txt') 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; } -- cgit v1.2.3-60-g2f50