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.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt
index 4c1d8cd80..a826b2141 100644
--- a/npc/000-1/exit.txt
+++ b/npc/000-1/exit.txt
@@ -9,11 +9,11 @@ OnTouch:
OnTalk:
OnTalkNearby:
// Switch LOCATION$ and warp to nearest town's Soul Menhir
- .@lx=array_find($@LOCAMASTER_LOC$, LOCATION$);
- debugmes "%s is %d", LOCATION$, .@lx;
+ .@lx=array_find(.LOCMASTER_LOC$, LOCATION$);
+ //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];
+ //debugmes "%s (%d , %d)", .LOCMASTER_MAP$[.@lx], .LOCMASTER_X[.@lx], .LOCMASTER_Y[.@lx];
end;
}