diff options
Diffstat (limited to 'world/map/npc/commands/warp.txt')
-rw-r--r-- | world/map/npc/commands/warp.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/world/map/npc/commands/warp.txt b/world/map/npc/commands/warp.txt index 8fee3c16..0e2a7ab7 100644 --- a/world/map/npc/commands/warp.txt +++ b/world/map/npc/commands/warp.txt @@ -25,14 +25,6 @@ set @GMWARP_x, if_then_else(@argv[1] > 1, @argv[1], @map_anchor$[1]); set @GMWARP_y, if_then_else(@argv[2] > 1, @argv[2], @map_anchor$[2]); addtimer 0, strnpcinfo(0) + "::OnWarp", .@target_id; - - if (@map_anchor$[3] == "no" && @knows_anchors < 1) - goto L_SuggestAnchors; - end; - -L_SuggestAnchors: - message strcharinfo(0), .@n$+" : The warp command has been improved. You might want to consider using [@@https://www.themanaworld.org/index.php/Dev:GM_Commands/anchors|map anchors@@]."; - set @knows_anchors, 1; end; OnWarp: |