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/cities/rachel.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/cities/rachel.txt')
-rw-r--r-- | npc/cities/rachel.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/cities/rachel.txt b/npc/cities/rachel.txt index 9299febee..ecd410ab1 100644 --- a/npc/cities/rachel.txt +++ b/npc/cities/rachel.txt @@ -39,7 +39,7 @@ //== Set 1 ================================================= ice_dun04,33,166,3 script Frozen Boy 4_M_FROZEN,{ cutin "ra_sboy.bmp",2; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "This boy must be the one who Ktullanux tried to protect."; next; mes "- The boy was frozen inside a giant ice pole, and he looks as if he is in sleep rather than dead. -"; @@ -52,7 +52,7 @@ ice_dun04,33,166,3 script Frozen Boy 4_M_FROZEN,{ mes "- You wondered why a young boy had to be confined within this isolated cave, -"; mes "- you instinctively knew that no mage in this world would be able to release him from the ice pole."; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "What happened to this boy?"; close2; cutin "",255; @@ -349,7 +349,7 @@ rachel,197,137,3 script Bard#aru 1_M_BARD,{ mes "Yes, I'm talking about the pope~"; mes "Pope, yeah~ Pope, yeah~"; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "You must be off your"; mes "rocker singing that"; mes "kind of song here"; |