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/cooking_quest.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/quests/cooking_quest.txt') diff --git a/npc/quests/cooking_quest.txt b/npc/quests/cooking_quest.txt index b1fb24982..83e7e2ea4 100644 --- a/npc/quests/cooking_quest.txt +++ b/npc/quests/cooking_quest.txt @@ -2226,7 +2226,7 @@ payon,209,127,3 script Servant 4_M_ORIENT01,{ case 3: if (countitem(Food_Package) > 0) { - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "Actually, Madeleine"; mes "sent me here to find"; mes "you. She said that you'd"; @@ -2308,14 +2308,14 @@ payon,209,127,3 script Servant 4_M_ORIENT01,{ mes "I should apologize to Sir Charles. "; close; } - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "Actually, Madeleine"; mes "sent me here to find"; mes "you. She said that you'd"; mes "be willing to taste test"; mes "the food in this bundle..."; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "Wait, wait..."; mes "I don't have it!"; mes "Where did I put"; -- cgit v1.2.3-70-g09d2