From 55440f220e2f8e09e01f4cd66ebd60baeb767bf4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 Mar 2019 16:12:06 -0300 Subject: I found the typo. Emergency Exit is ready to go. (Scope reduced to local) Init debug markers left active. --- npc/000-1/exit.txt | 6 +++--- 1 file 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; } -- cgit v1.2.3-60-g2f50