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/re/cities/mora.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/re/cities/mora.txt')
-rw-r--r-- | npc/re/cities/mora.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/re/cities/mora.txt b/npc/re/cities/mora.txt index 48df72c11..1b231024c 100644 --- a/npc/re/cities/mora.txt +++ b/npc/re/cities/mora.txt @@ -481,7 +481,7 @@ mora,140,186,3 script Raffle Philosopher 4_M_RAFLE_OLD,{ mes "Okay! I think this is the one for you."; next; mes "[Raffle Philosopher]"; - mes strcharinfo(0)+", the quote I'm going to tell you is..."; + mes strcharinfo(PC_NAME)+", the quote I'm going to tell you is..."; switch(rand(1,70)) { case 1: mes "Nothing is more difficult,"; @@ -954,7 +954,7 @@ mora,140,186,3 script Raffle Philosopher 4_M_RAFLE_OLD,{ mes "leaving the travelers behind you."; close; } - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "What's happening here?"; emotion e_what,1; next; @@ -983,7 +983,7 @@ mora,140,186,3 script Raffle Philosopher 4_M_RAFLE_OLD,{ next; switch(select("Roseten.", "Rose.", "How would I know that?")) { case 1: - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "The answer to the question is Roseten."; mes "Why are you fighting over such a trivial matter?"; next; @@ -998,7 +998,7 @@ mora,140,186,3 script Raffle Philosopher 4_M_RAFLE_OLD,{ emotion e_an,0,"Traveler#ep14_1_2"; break; case 2: - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "The answer to the question is Rose."; mes "You said Rose's mother had 10 sons."; mes "So even if the other sons' names are"; @@ -1018,7 +1018,7 @@ mora,140,186,3 script Raffle Philosopher 4_M_RAFLE_OLD,{ emotion e_ag,0,"Traveler#ep14_1_1"; break; case 3: - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "I have no idea."; mes "Try to sort it out yourselves."; next; @@ -1147,7 +1147,7 @@ mora,43,127,3 script Innkeeper#mora_inn 4_M_RAFLE_OR,{ } case 3: input .@inputstr$; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "I come from a place called "+.@inputstr$+"."; next; mes "[Innkeeper]"; |