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/quests_gonryun.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/quests_gonryun.txt')
-rw-r--r-- | npc/quests/quests_gonryun.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/quests_gonryun.txt b/npc/quests/quests_gonryun.txt index 5180b868b..ff0044737 100644 --- a/npc/quests/quests_gonryun.txt +++ b/npc/quests/quests_gonryun.txt @@ -2135,7 +2135,7 @@ gon_dun03,62,222,0 script Strange dead body#gnbs HIDDEN_NPC,{ mes "He probably couldn't take it any longer...^000000"; close; } - mes "[ ^6699FF" + strcharinfo(0) + "^000000 ]"; + mes "[ ^6699FF" + strcharinfo(PC_NAME) + "^000000 ]"; mes "Eew, no!"; mes " "; mes "Yucky yucky YUCKY!"; @@ -2181,10 +2181,10 @@ gonryun,139,142,7 script Girl##gnbs1 4_F_TWMASKGIRL,{ mes "I'm sure whoever found my father's sword is a great person."; close; } - mes "[ ^6699FF" + strcharinfo(0) + "^000000 ]"; + mes "[ ^6699FF" + strcharinfo(PC_NAME) + "^000000 ]"; mes "That would be me!"; next; - mes "[ ^6699FF" + strcharinfo(0) + "^000000 ]"; + mes "[ ^6699FF" + strcharinfo(PC_NAME) + "^000000 ]"; mes "I AM YOUR HERO!"; next; emotion e_heh; |