summaryrefslogtreecommitdiff
path: root/npc/000-1/exit.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-02 16:05:42 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-02 16:05:42 -0300
commit6672a71807e3131a2030fb855f34b1f8bddc1e34 (patch)
treed16f815a4fec833864e78b7e7a5de3741d37c6c0 /npc/000-1/exit.txt
parent3ecb5f59260f15c3fd956287d14d19bc9ac92c8a (diff)
downloadserverdata-6672a71807e3131a2030fb855f34b1f8bddc1e34.tar.gz
serverdata-6672a71807e3131a2030fb855f34b1f8bddc1e34.tar.bz2
serverdata-6672a71807e3131a2030fb855f34b1f8bddc1e34.tar.xz
serverdata-6672a71807e3131a2030fb855f34b1f8bddc1e34.zip
[skip ci] debug markers everywhere
Diffstat (limited to 'npc/000-1/exit.txt')
-rw-r--r--npc/000-1/exit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt
index 2f043e3e2..d0cddd15c 100644
--- a/npc/000-1/exit.txt
+++ b/npc/000-1/exit.txt
@@ -10,7 +10,7 @@ OnTalk:
OnTalkNearby:
// Switch LOCATION$ and warp to nearest town's Soul Menhir
.@lx=array_find($@LOCAMASTER_LOC$, LOCATION$);
- debugmes "%d", .@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];