From d0c393c3d67c2260a1c6e841aa68e88cd8cb792d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 Mar 2019 17:02:44 -0300 Subject: Remove debug markers --- npc/000-1/exit.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt index e819b3036..81b60e531 100644 --- a/npc/000-1/exit.txt +++ b/npc/000-1/exit.txt @@ -10,15 +10,12 @@ OnTalk: OnTalkNearby: // Switch LOCATION$ and warp to nearest town's Soul Menhir .@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]; end; } //if (getsavepoint(0) != "000-1") warp getsavepoint(0), getsavepoint(1), getsavepoint(2); - if (getsavepoint(0) != "000-1") debugmes "Emergency Exit - Fallback to savepoint"; if (getsavepoint(0) != "000-1") warp "Save", 0, 0; if (getsavepoint(0) != "000-1") end; savepoint "002-1", 53, 38; -- cgit v1.2.3-60-g2f50