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/obb_quest.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/obb_quest.txt')
-rw-r--r-- | npc/quests/obb_quest.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/obb_quest.txt b/npc/quests/obb_quest.txt index 9ce1bacf9..504e5ff70 100644 --- a/npc/quests/obb_quest.txt +++ b/npc/quests/obb_quest.txt @@ -674,14 +674,14 @@ moc_ruins,105,62,4 script Jacob#thai 1_M_04,{ next; input .@input$; if (.@input$ != "Pandger Mayer introduced you") { - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes ""+.@input$+""; next; mes "[Jacob]"; mes "....Sorry, what did you say? I have no idea what you're talking about."; close; } - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "Pandger Mayer introduced you."; next; mes "[Jacob]"; @@ -1021,7 +1021,7 @@ moc_ruins,105,62,4 script Jacob#thai 1_M_04,{ mes "Respect your parents when they're"; mes "still alive. It's too late to be sorry after you've lost them."; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "(Hmmm...I just know that there's more that this guy can tell me...)"; close; } @@ -1036,7 +1036,7 @@ moc_ruins,105,62,4 script Jacob#thai 1_M_04,{ mes "'^0000FFTry to be in someone else's shoes before judging that person.^000000'"; mes "Do you understand?"; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "(There's more this guy can tell me, I just know it...)"; close; } |