diff options
author | Asheraf <acheraf1998@gmail.com> | 2016-08-29 17:40:13 +0100 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-09-02 04:56:00 +0200 |
commit | 0f1d0507eb95cf07ce7eb66d89ad9853938612e6 (patch) | |
tree | 57780b1ecc7c5ae125be1c89406f8db1e00a581b /npc/quests/cooking_quest.txt | |
parent | 0f1d03f505fdc03533122db8ba19fa55f64f11b7 (diff) | |
download | hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.gz hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.bz2 hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.xz hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.zip |
change *strcharinfo to use constants
Diffstat (limited to 'npc/quests/cooking_quest.txt')
-rw-r--r-- | npc/quests/cooking_quest.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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"; |