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/skills/assassin_skills.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/skills/assassin_skills.txt')
-rw-r--r-- | npc/quests/skills/assassin_skills.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/skills/assassin_skills.txt b/npc/quests/skills/assassin_skills.txt index c09660ed2..4c282caef 100644 --- a/npc/quests/skills/assassin_skills.txt +++ b/npc/quests/skills/assassin_skills.txt @@ -137,7 +137,7 @@ in_moc_16,14,27,5 script Assassin#realman 4_M_ACROSS,{ next; select("New skills?"); mes "[Killtin]"; - mes "That's right, "+ strcharinfo(0) +"."; + mes "That's right, "+ strcharinfo(PC_NAME) +"."; mes "The first skill specifically"; mes "enhances the Sonic Blow"; mes "skill, and the second skill"; @@ -378,7 +378,7 @@ in_moc_16,23,27,5 script Assassin#realgirl 4_F_ACROSS,{ mes "[Esmille]"; mes "Yes, that's it...!"; mes "Very well executed."; - mes "Good work, "+ strcharinfo(0) +"."; + mes "Good work, "+ strcharinfo(PC_NAME) +"."; skill "AS_SONICACCEL",1,0; ASSN_SK = 7; next; @@ -475,7 +475,7 @@ in_moc_16,23,27,5 script Assassin#realgirl 4_F_ACROSS,{ mes "[Esmille]"; mes "Yes, that's it...!"; mes "Very well executed."; - mes "Good work, "+ strcharinfo(0) +"."; + mes "Good work, "+ strcharinfo(PC_NAME) +"."; skill "AS_SONICACCEL",1,0; ASSN_SK = 7; next; @@ -558,7 +558,7 @@ in_moc_16,23,27,5 script Assassin#realgirl 4_F_ACROSS,{ mes "[Esmille]"; mes "Yes, that's it...!"; mes "Very well executed."; - mes "Good work, "+ strcharinfo(0) +"."; + mes "Good work, "+ strcharinfo(PC_NAME) +"."; skill 1003,1,0; ASSN_SK = 7; next; |