diff options
Diffstat (limited to 'npc/other/fortune.txt')
-rw-r--r-- | npc/other/fortune.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/fortune.txt b/npc/other/fortune.txt index 661772c02..23d65e88f 100644 --- a/npc/other/fortune.txt +++ b/npc/other/fortune.txt @@ -40,7 +40,7 @@ payon_in03,117,128,5 script Fortune Teller 4_M_BIBI,{ mes "[Lhimetorra]"; - mes "You're an adventurer of this world... " +strcharinfo(0)+ ", right? So, what can an old person like me do for you?"; + mes "You're an adventurer of this world... " +strcharinfo(PC_NAME)+ ", right? So, what can an old person like me do for you?"; next; switch(select("I would like a tarot card reading.", "What's a tarot card reading?")) { case 1: @@ -2760,7 +2760,7 @@ payon_in03,117,128,5 script Fortune Teller 4_M_BIBI,{ payon_in03,75,129,5 script Poring Fortune Teller 4_M_BIBI,{ mes "[Chocarle]"; - mes " Welcome, welcome~!! " +strcharinfo(0)+ "~!"; + mes " Welcome, welcome~!! " +strcharinfo(PC_NAME)+ "~!"; mes " What brings you here today!? "; next; switch(select(" I would like a Poring card reading. ", " What is a Poring card reading? ")) { |