diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-02 18:43:57 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-06-02 18:43:57 +0200 |
commit | 799f67c910006b7b2e55d7e44be5bed32a348a71 (patch) | |
tree | 2b03ef5d378530a54db737685ca88ba1c5eb500e /npc/042-1/hasan.txt | |
parent | 006f84c6635bda5f58d70f3348f35b528e1efec3 (diff) | |
download | serverdata-799f67c910006b7b2e55d7e44be5bed32a348a71.tar.gz serverdata-799f67c910006b7b2e55d7e44be5bed32a348a71.tar.bz2 serverdata-799f67c910006b7b2e55d7e44be5bed32a348a71.tar.xz serverdata-799f67c910006b7b2e55d7e44be5bed32a348a71.zip |
tutorial: add story in kaan, add come-back questions/answers in sorfina and tanisha
Diffstat (limited to 'npc/042-1/hasan.txt')
-rw-r--r-- | npc/042-1/hasan.txt | 6 |
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; } |