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/re/quests/homun_s.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/re/quests/homun_s.txt') 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."; -- cgit v1.2.3-60-g2f50