From 7eb0e8d516142f40838dd730968c63352b384131 Mon Sep 17 00:00:00 2001 From: Joseph Botosh Date: Sun, 25 Oct 2015 14:50:16 +0200 Subject: Right door on 000-2-2 simply warps upstairs --- npc/000-2-2/doors.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/000-2-2/doors.txt b/npc/000-2-2/doors.txt index e0093c09c..729d26fa8 100644 --- a/npc/000-2-2/doors.txt +++ b/npc/000-2-2/doors.txt @@ -9,7 +9,7 @@ 000-2-2,48,29,0 script DoorUpwards NPC_HIDDEN,0,0,{ OnTouch: - if (mobcount("000-2-2.gat","all") > 0) goto L_Warn; + // if (mobcount("000-2-2.gat","all") > 0) goto L_Warn; goto L_Warp; @@ -31,6 +31,7 @@ L_Warn: L_Warp: warp "000-2-1", 72, 36; + end; closedialog; close; } -- cgit v1.2.3-60-g2f50