diff options
Diffstat (limited to 'npc/003-4-1/warp.txt')
-rw-r--r-- | npc/003-4-1/warp.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/npc/003-4-1/warp.txt b/npc/003-4-1/warp.txt deleted file mode 100644 index 35f49165a..000000000 --- a/npc/003-4-1/warp.txt +++ /dev/null @@ -1,13 +0,0 @@ -// TMW2 Scripts. - -003-4,38,31,0 script Mahoud Basement NPC_HIDDEN,0,0,{ - -OnTouch: - if (isinstance(getq2(TulimsharQuest_Hasan))) - warp "hasn@"+str(getcharid(0)), 34, 27; - else if (getq(TulimsharQuest_Hasan) > 3) - warp "003-4-1", 34, 27; - else - dispbottom l("This door is locked."); - end; -} |