diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-03 10:35:21 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-09-03 10:37:25 +0200 |
commit | b6cb68c9ad611354a97d3c397846c82e6bc7b4ff (patch) | |
tree | cb05086d4d9b5720b5a6166ae0a572e327dd4d27 /world/map/npc/042-1/hasan.txt | |
parent | 68bd50cba8dc9c46d438a31d6184a4fd18c8057a (diff) | |
download | serverdata-b6cb68c9ad611354a97d3c397846c82e6bc7b4ff.tar.gz serverdata-b6cb68c9ad611354a97d3c397846c82e6bc7b4ff.tar.bz2 serverdata-b6cb68c9ad611354a97d3c397846c82e6bc7b4ff.tar.xz serverdata-b6cb68c9ad611354a97d3c397846c82e6bc7b4ff.zip |
temporary fix for the tutorial until hasan can be enabled againv2011.09.03.1
Diffstat (limited to 'world/map/npc/042-1/hasan.txt')
-rw-r--r-- | world/map/npc/042-1/hasan.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/world/map/npc/042-1/hasan.txt b/world/map/npc/042-1/hasan.txt index 1d5a67fd..299d02de 100644 --- a/world/map/npc/042-1/hasan.txt +++ b/world/map/npc/042-1/hasan.txt @@ -224,11 +224,11 @@ OnInit: OnTouch: end; - if ($@scorp && $@ScorpionFighter$ == strcharinfo(0)) + if ($@scorp && $@ScorpionFighter$ == strcharinfo(0)) end; if ((FLAGS & FLAG_TUTORIAL_DONE) || (hasan == 4)) end; - if ($@scorp && $@ScorpionFighter$ != strcharinfo(0)) + if ($@scorp && $@ScorpionFighter$ != strcharinfo(0)) goto L_Scared; L_Normal: @@ -250,6 +250,7 @@ OnTouch: if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut; warp "042-1.gat", 115, 76; + message strcharinfo(0), "Maybe you should talk to Tanisha before you leave."; // TODO: remove later if ($@scorp && $@ScorpionFighter$ == strcharinfo(0)) message strcharinfo(0), "Hasan: \" " + strcharinfo(0) + "! Please help me!\""; if ($@scorp && $@ScorpionFighter$ != strcharinfo(0)) |