diff options
Diffstat (limited to 'npc/000-1')
-rw-r--r-- | npc/000-1/exit.txt | 4 |
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; } |