diff options
-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 6f662dd89..2f043e3e2 100644 --- a/npc/000-1/exit.txt +++ b/npc/000-1/exit.txt @@ -13,6 +13,7 @@ OnTalkNearby: debugmes "%d", .@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; } |