diff options
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 3e7184e4..8cdc690d 100644 --- a/world/map/npc/042-1/hasan.txt +++ b/world/map/npc/042-1/hasan.txt @@ -4,11 +4,12 @@ 042-1.gat,111,68,0|script|Hasan|189,{ set @toll, 10000; - set @x, getx(0); - set @y, gety(0); + set @x, getx(); + set @y, gety(); if (FLAGS & FLAG_TUTORIAL_DONE) goto L_Tut_Done; + // Please consider rewriting this in terms of isin() if ( (@y < 64)&&(@x < 110) || (@x < 107) ) goto L_Cliff_Up; // implicitly, $@ScorpionFighter is nonzero |