diff options
Diffstat (limited to 'npc/042-1/hasan.txt')
-rw-r--r-- | npc/042-1/hasan.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/042-1/hasan.txt b/npc/042-1/hasan.txt index 7572591c..973e2583 100644 --- a/npc/042-1/hasan.txt +++ b/npc/042-1/hasan.txt @@ -77,6 +77,7 @@ L_Trick: menu "I don't have so much money!",L_NoPay, "No. (Scratch your head.)",-; + if ($@scorp == 1) goto L_Wait; mes "While you're scratching your head, you see Kaan coming nearer to the cliff above you."; close2; monster "042-1.gat",110,70,"Scorpion",1003,1, "Hasan::onScorpionDeath"; @@ -177,6 +178,10 @@ L_MessageDeath: message strcharinfo(0), "Ouch... I should be more careful when fighting these monsters."; end; +L_Wait: + mes "There is a scorpion near Hasan already. I think Kaan is helping someone else... Maybe I should try the plan later."; + close; + OnTimer5000: if(isloggedin(getcharid(3,$@ScorpionFighter$))==0) goto L_Clean; set $@ScorpionTimer, $@ScorpionTimer + 5; |