summaryrefslogtreecommitdiff
path: root/npc/000-1/exit.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/exit.txt')
-rw-r--r--npc/000-1/exit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt
index 2f043e3e2..d0cddd15c 100644
--- a/npc/000-1/exit.txt
+++ b/npc/000-1/exit.txt
@@ -10,7 +10,7 @@ OnTalk:
OnTalkNearby:
// Switch LOCATION$ and warp to nearest town's Soul Menhir
.@lx=array_find($@LOCAMASTER_LOC$, LOCATION$);
- debugmes "%d", .@lx;
+ debugmes "%s is %d", LOCATION$, .@lx;
if (.@lx >= 0) {
warp $@LOCMASTER_MAP$[.@lx], $@LOCMASTER_X[.@lx], $@LOCMASTER_Y[.@lx];
debugmes "%s (%d , %d)", $@LOCMASTER_MAP$[.@lx], $@LOCMASTER_X[.@lx], $@LOCMASTER_Y[.@lx];