diff options
Diffstat (limited to 'npc/re/jobs/3-2/royal_guard.txt')
-rw-r--r-- | npc/re/jobs/3-2/royal_guard.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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]"; |