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/other/fortune.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/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? ")) { |