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/other/fortune.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/other/fortune.txt') 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? ")) { -- cgit v1.2.3-60-g2f50