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/jobs/novice/novice.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/jobs/novice/novice.txt')
-rw-r--r-- | npc/re/jobs/novice/novice.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/re/jobs/novice/novice.txt b/npc/re/jobs/novice/novice.txt index a20bb81f8..811593c81 100644 --- a/npc/re/jobs/novice/novice.txt +++ b/npc/re/jobs/novice/novice.txt @@ -2616,7 +2616,7 @@ L_Supplies: mes "You will now"; mes "be teleported."; mes "Good luck,"; - mes "^A62A2A"+strcharinfo(0)+"^000000"; + mes "^A62A2A"+strcharinfo(PC_NAME)+"^000000"; mes "and farewell."; close2; return; @@ -2691,7 +2691,7 @@ new_5-4,100,29,1 duplicate(NvHanson) Final Tester#nv5 1_ETC_01 case 2: mes "[Lark]"; mes "I will ask you a few simple questions."; - mes "Through this test, we will check "+strcharinfo(0)+"'s personality and propensity so that we can find the most appropriate job for you."; + mes "Through this test, we will check "+strcharinfo(PC_NAME)+"'s personality and propensity so that we can find the most appropriate job for you."; next; mes "[Lark]"; mes "There are 3 different types of tests and a total of 30 questions."; @@ -3312,7 +3312,7 @@ new_5-4,100,29,1 duplicate(NvHanson) Final Tester#nv5 1_ETC_01 break; } callfunc "F_NvErase",1; - .@str$ = "^A62A2A'"+strcharinfo(0)+"^000000'! Take care and may Freya bless you on your journey."; + .@str$ = "^A62A2A'"+strcharinfo(PC_NAME)+"^000000'! Take care and may Freya bless you on your journey."; switch(.@who_job) { case 1: mes "[Lark]"; |