summaryrefslogtreecommitdiff
path: root/npc/002-2/doors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-2/doors.txt')
-rw-r--r--npc/002-2/doors.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/002-2/doors.txt b/npc/002-2/doors.txt
index 09317360d..d22e02669 100644
--- a/npc/002-2/doors.txt
+++ b/npc/002-2/doors.txt
@@ -30,7 +30,10 @@ L_Warn:
close;
L_Warp:
- warp "002-1", 72, 36;
+ if (LOCATION$ == "")
+ warp "002-1", 72, 36;
+ else
+ warp "002-1@"+LOCATION$, 72, 36;
closeclientdialog;
close;
}