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/quests/seals/megingard_seal.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/quests/seals/megingard_seal.txt')
-rw-r--r-- | npc/quests/seals/megingard_seal.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/seals/megingard_seal.txt b/npc/quests/seals/megingard_seal.txt index 894ac2ab5..cf17a9619 100644 --- a/npc/quests/seals/megingard_seal.txt +++ b/npc/quests/seals/megingard_seal.txt @@ -951,7 +951,7 @@ prt_in,172,106,0 script Librarian#megin 4_M_ZONDAOYAJI,{ mes "[Librarian Jekan]"; mes "Hmm. I'm not really allowed to disclose any information related to that file. I'm sorry about that."; next; - mes "[" + strcharinfo(0) + "]"; + mes "[" + strcharinfo(PC_NAME) + "]"; mes "But isn't"; mes "the file about..."; input @str$; @@ -1005,10 +1005,10 @@ prt_in,172,106,0 script Librarian#megin 4_M_ZONDAOYAJI,{ mes "[Librarian Jekan]"; mes "Hmm... I am not supposed to reveal anything related to the file."; next; - mes "[" + strcharinfo(0) + "]"; + mes "[" + strcharinfo(PC_NAME) + "]"; mes "Isn't the file..."; input @str$; - mes "[" + strcharinfo(0) + "]"; + mes "[" + strcharinfo(PC_NAME) + "]"; mes "^0000FF" + @str$ + "?"; next; mes "[Librarian Jekan]"; @@ -1819,7 +1819,7 @@ morocc_in,146,179,0 script Employee#megin1 1_F_01,{ next; input @str$; if (@str$ == "Cuaque Donon" || @str$ == "Cuaque" || @str$ == "Donon") { - mes "[" + strcharinfo(0) + "]"; + mes "[" + strcharinfo(PC_NAME) + "]"; mes "Do you happen to know a person named " + @str$ + " ...?"; if (god_eremes == 18) { mes "[Inn Employee]"; @@ -2997,7 +2997,7 @@ niflheim,109,254,0 script Egnigem 4_M_NFDEADSWDMAN,{ else { mes "[Egnigem]"; mes "Greetings..."; - mes ""+ strcharinfo(0) +"."; + mes ""+ strcharinfo(PC_NAME) +"."; mes "I've been watching you in the"; mes "world of the living. I see you've been busy looking for the truth about the 1st Squad, haven't you?"; next; |