summaryrefslogtreecommitdiff
path: root/npc/000-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-02 16:20:35 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-02 16:20:35 -0300
commita4373be4ff1f32f16e790ba39a3816877048866e (patch)
treeb045c7e2dc7ae32156fedfa2d6be3ff1eb585baf /npc/000-1
parent6cd4d27c0444e37a7df443bf160d11b60085fece (diff)
downloadserverdata-a4373be4ff1f32f16e790ba39a3816877048866e.tar.gz
serverdata-a4373be4ff1f32f16e790ba39a3816877048866e.tar.bz2
serverdata-a4373be4ff1f32f16e790ba39a3816877048866e.tar.xz
serverdata-a4373be4ff1f32f16e790ba39a3816877048866e.zip
[skip ci] Uhhhhhhhm, maybe setcells require a player attached?
Diffstat (limited to 'npc/000-1')
-rw-r--r--npc/000-1/exit.txt4
1 files changed, 2 insertions, 2 deletions
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;
}