diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-02 15:59:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-02 15:59:21 -0300 |
commit | 4bac2310f3476a809c7add554c49a3b172fe63a2 (patch) | |
tree | 08cf00a2caf338d33b5e9aecc2d8448939bc4f2a /npc/000-1 | |
parent | 22940faaa8d927b8ca115924f2611d6de2d60f9f (diff) | |
download | serverdata-4bac2310f3476a809c7add554c49a3b172fe63a2.tar.gz serverdata-4bac2310f3476a809c7add554c49a3b172fe63a2.tar.bz2 serverdata-4bac2310f3476a809c7add554c49a3b172fe63a2.tar.xz serverdata-4bac2310f3476a809c7add554c49a3b172fe63a2.zip |
Debug
Diffstat (limited to 'npc/000-1')
-rw-r--r-- | npc/000-1/exit.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt index b1d738471..6f662dd89 100644 --- a/npc/000-1/exit.txt +++ b/npc/000-1/exit.txt @@ -10,6 +10,7 @@ OnTalk: OnTalkNearby: // Switch LOCATION$ and warp to nearest town's Soul Menhir .@lx=array_find($@LOCAMASTER_LOC$, LOCATION$); + debugmes "%d", .@lx; if (.@lx >= 0) { warp $@LOCMASTER_MAP$[.@lx], $@LOCMASTER_X[.@lx], $@LOCMASTER_Y[.@lx]; end; |