diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-02 16:20:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-02 16:20:35 -0300 |
commit | a4373be4ff1f32f16e790ba39a3816877048866e (patch) | |
tree | b045c7e2dc7ae32156fedfa2d6be3ff1eb585baf /npc/000-1/exit.txt | |
parent | 6cd4d27c0444e37a7df443bf160d11b60085fece (diff) | |
download | serverdata-a4373be4ff1f32f16e790ba39a3816877048866e.tar.gz serverdata-a4373be4ff1f32f16e790ba39a3816877048866e.tar.bz2 serverdata-a4373be4ff1f32f16e790ba39a3816877048866e.tar.xz serverdata-a4373be4ff1f32f16e790ba39a3816877048866e.zip |
[skip ci] Uhhhhhhhm, maybe setcells require a player attached?
Diffstat (limited to 'npc/000-1/exit.txt')
-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; } |