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/re/quests/homun_s.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/re/quests/homun_s.txt')
-rw-r--r-- | npc/re/quests/homun_s.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/re/quests/homun_s.txt b/npc/re/quests/homun_s.txt index 1d9ade56b..92849c7a5 100644 --- a/npc/re/quests/homun_s.txt +++ b/npc/re/quests/homun_s.txt @@ -594,7 +594,7 @@ que_house_s,24,47,3 script Viorel#homun_s 4_M_ALCHE_E,{ mes "the path that leads to it."; next; mes "[Viorel]"; - mes "^0000FF" + strcharinfo(0) + "^000000,"; + mes "^0000FF" + strcharinfo(PC_NAME) + "^000000,"; mes "I haven't known you"; mes "for a very long time,"; mes "but I get the feeling that"; @@ -643,7 +643,7 @@ que_house_s,80,42,3 script Jeyna#homun_s 4_F_ALCHE_A,{ next; mes "[Jeyna]"; mes "Anyways~"; - mes "^0000FF"+strcharinfo(0)+"^000000 and ^005DFFViorel^000000 seem like two peas in a pod."; + mes "^0000FF"+strcharinfo(PC_NAME)+"^000000 and ^005DFFViorel^000000 seem like two peas in a pod."; next; emotion e_heh; mes "[Jeyna]"; @@ -778,7 +778,7 @@ que_house_s,80,42,3 script Jeyna#homun_s 4_F_ALCHE_A,{ next; mes "[Jeyna]"; mes "Don't do anything like changing jobs or anything like that before the process is over."; - mes "If so, you, ^0000FF"+strcharinfo(0)+"^000000 might lose all the abilities you have over the Homunculus."; + mes "If so, you, ^0000FF"+strcharinfo(PC_NAME)+"^000000 might lose all the abilities you have over the Homunculus."; next; mes "[Jeyna]"; mes "All that concentration made me tired."; |