diff options
-rw-r--r-- | npc/003-4/warp.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/npc/003-4/warp.txt b/npc/003-4/warp.txt index 399cddc24..df3360fff 100644 --- a/npc/003-4/warp.txt +++ b/npc/003-4/warp.txt @@ -3,10 +3,7 @@ 003-4,38,31,0 script Mahoud Basement NPC_HIDDEN,0,0,{ OnTouch: - dispbottom(isinstance(getq2(TulimsharQuest_Hasan))); - dispbottom(getq2(TulimsharQuest_Hasan)); - end; - if (isinstance(getq2(TulimsharQuest_Hasan))) + if (isinstance(getq2(TulimsharQuest_Hasan)) && getq2(TulimsharQuest_Hasan) != 0) warp "hasn@"+str(getcharid(0)), 34, 27; else if (getq(TulimsharQuest_Hasan) > 3) warp "003-4-1", 34, 27; |