From 64a40ce68a48bf492f74314e097323a9860ae00f Mon Sep 17 00:00:00 2001 From: gumi Date: Wed, 21 Nov 2018 19:42:26 -0500 Subject: remove the annoying messages from atcommand_warp --- world/map/npc/commands/warp.txt | 8 -------- 1 file changed, 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: -- cgit v1.2.3-60-g2f50