diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-02 17:02:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-02 17:02:44 -0300 |
commit | d0c393c3d67c2260a1c6e841aa68e88cd8cb792d (patch) | |
tree | fceb89b0a64c5e852855f40229c77286e36edff6 | |
parent | 8fa63c01c468a675dc86f1daf51524529eb1a754 (diff) | |
download | serverdata-d0c393c3d67c2260a1c6e841aa68e88cd8cb792d.tar.gz serverdata-d0c393c3d67c2260a1c6e841aa68e88cd8cb792d.tar.bz2 serverdata-d0c393c3d67c2260a1c6e841aa68e88cd8cb792d.tar.xz serverdata-d0c393c3d67c2260a1c6e841aa68e88cd8cb792d.zip |
Remove debug markers
-rw-r--r-- | npc/000-1/exit.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/npc/000-1/exit.txt b/npc/000-1/exit.txt index e819b3036..81b60e531 100644 --- a/npc/000-1/exit.txt +++ b/npc/000-1/exit.txt @@ -10,15 +10,12 @@ OnTalk: OnTalkNearby: // Switch LOCATION$ and warp to nearest town's Soul Menhir .@lx=array_find(.LOCMASTER_LOC$, LOCATION$); - 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]; end; } //if (getsavepoint(0) != "000-1") warp getsavepoint(0), getsavepoint(1), getsavepoint(2); - if (getsavepoint(0) != "000-1") debugmes "Emergency Exit - Fallback to savepoint"; if (getsavepoint(0) != "000-1") warp "Save", 0, 0; if (getsavepoint(0) != "000-1") end; savepoint "002-1", 53, 38; |