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-2/royal_guard.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/re/jobs/3-2/royal_guard.txt') diff --git a/npc/re/jobs/3-2/royal_guard.txt b/npc/re/jobs/3-2/royal_guard.txt index 0d87db5d2..5cead2250 100644 --- a/npc/re/jobs/3-2/royal_guard.txt +++ b/npc/re/jobs/3-2/royal_guard.txt @@ -87,20 +87,20 @@ prt_castle,48,161,3 script Middle-aged Gentleman#rg 1_M_LIBRARYMASTER,{ mes "Do you want to argue with me? Do you know who I am?"; next; if(select("Not really, who are you?", "Sorry, I won't hurt your feelings.") == 2) { - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "Sorry. I had to be sure. I didn't know that you are from the royal palace."; next; mes "[Middle-aged Gentleman]"; mes "That's enough. Don't make this mistake again."; close; } - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "I'm a member here and have the authority to find out what your business is here."; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "You are a stranger and I'm not sure if you belong here."; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "If you tell me your identity, I will apologize."; next; mes "[Middle-aged Gentleman]"; -- cgit v1.2.3-60-g2f50