From a4373be4ff1f32f16e790ba39a3816877048866e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 Mar 2019 16:20:35 -0300 Subject: [skip ci] Uhhhhhhhm, maybe setcells require a player attached? --- npc/000-1/exit.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/000-1') diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt index a826b2141..6887aa4ba 100644 --- a/npc/000-1/exit.txt +++ b/npc/000-1/exit.txt @@ -10,10 +10,10 @@ OnTalk: OnTalkNearby: // Switch LOCATION$ and warp to nearest town's Soul Menhir .@lx=array_find(.LOCMASTER_LOC$, LOCATION$); - //debugmes "%s is %d", LOCATION$, .@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]; + debugmes "%s (%d , %d)", .LOCMASTER_MAP$[.@lx], .LOCMASTER_X[.@lx], .LOCMASTER_Y[.@lx]; end; } -- cgit v1.2.3-70-g09d2