From 0f1d0507eb95cf07ce7eb66d89ad9853938612e6 Mon Sep 17 00:00:00 2001 From: Asheraf Date: Mon, 29 Aug 2016 17:40:13 +0100 Subject: change *strcharinfo to use constants --- npc/quests/skills/knight_skills.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/quests/skills/knight_skills.txt') diff --git a/npc/quests/skills/knight_skills.txt b/npc/quests/skills/knight_skills.txt index b3ee6aec9..3e177243a 100644 --- a/npc/quests/skills/knight_skills.txt +++ b/npc/quests/skills/knight_skills.txt @@ -164,7 +164,7 @@ prt_in,85,99,3 script Knight#kabuto 4_M_JOB_KNIGHT2,{ mes "these days have grown soft..."; next; if (select("Give him Candy Canes and Witherless Roses", "Cancel") == 1) { - mes "["+ strcharinfo(0) +"]"; + mes "["+ strcharinfo(PC_NAME) +"]"; mes "There are still Knights"; mes "out there who believe in"; mes "honorably risking our lives"; -- cgit v1.2.3-60-g2f50