From 0f1d0507eb95cf07ce7eb66d89ad9853938612e6 Mon Sep 17 00:00:00 2001 From: Asheraf Date: Mon, 29 Aug 2016 17:40:13 +0100 Subject: change *strcharinfo to use constants --- npc/re/jobs/3-1/ranger.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/re/jobs/3-1/ranger.txt') diff --git a/npc/re/jobs/3-1/ranger.txt b/npc/re/jobs/3-1/ranger.txt index 91adb9b49..0308884fd 100644 --- a/npc/re/jobs/3-1/ranger.txt +++ b/npc/re/jobs/3-1/ranger.txt @@ -452,7 +452,7 @@ tur_dun01,91,169,3 script Test Instructor#jr02 4_M_JOB_HUNTER,{ next; break; case 2: - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "No thanks... anyway..."; next; mes "[Test Instructor, Teardrop]"; @@ -561,7 +561,7 @@ tur_dun01,91,169,3 script Test Instructor#jr02 4_M_JOB_HUNTER,{ if (countitem(Bow__) > 0) { mes "[Test Instructor, Teardrop]"; mes "Okay. I'll respect your opinion."; - mes "I'll cancel the job change request from "+strcharinfo(0)+"."; + mes "I'll cancel the job change request from "+strcharinfo(PC_NAME)+"."; delitem Bow__,1; job_ranger01 = 0; for(.@i = 8254; .@i <= 8262; ++.@i) @@ -723,7 +723,7 @@ job3_rang01,30,44,3 script Test Waiting Room#jr_03 4_M_ORIENT01,{ if (countitem(Bow__) > 0) { mes "[Staff DTS]"; mes "Okay. I'll respect your opinion."; - mes "I'll cancel the job change request from "+strcharinfo(0)+"."; + mes "I'll cancel the job change request from "+strcharinfo(PC_NAME)+"."; delitem Bow__,1; job_ranger01 = 0; for(.@i = 8254; .@i <= 8262; ++.@i) -- cgit v1.2.3-60-g2f50