From 25eeb39dfe54120166f15048a85b3783a492c570 Mon Sep 17 00:00:00 2001 From: wushin Date: Sun, 2 Aug 2015 22:43:33 -0500 Subject: Fix Broken Nick Message --- world/map/npc/functions/default_npc_checks.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/functions/default_npc_checks.txt') diff --git a/world/map/npc/functions/default_npc_checks.txt b/world/map/npc/functions/default_npc_checks.txt index c714c931..da080e82 100644 --- a/world/map/npc/functions/default_npc_checks.txt +++ b/world/map/npc/functions/default_npc_checks.txt @@ -21,11 +21,11 @@ function|script|PCtoNPCRange if(@distance_handler) goto L_Return; set @dnpc_name$, strnpcinfo(1); if(@dnpc_name$ != "") goto L_Named; - message strcharinfo(0), "##3Server : ##BYou need to move closer to interact with this npc."; + message strcharinfo(0), "Server : ##BYou need to move closer to interact with this npc."; goto L_Return; L_Named: - message strcharinfo(0), "##3"+@dnpc_name$+" : ##BPlease move closer."; + message strcharinfo(0), ""+@dnpc_name$+" : ##BPlease move closer."; goto L_Return; L_Return: -- cgit v1.2.3-60-g2f50