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/quests/first_class/tu_ma_th01.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'npc/quests/first_class/tu_ma_th01.txt') diff --git a/npc/quests/first_class/tu_ma_th01.txt b/npc/quests/first_class/tu_ma_th01.txt index dc5dd31fd..40137b74a 100644 --- a/npc/quests/first_class/tu_ma_th01.txt +++ b/npc/quests/first_class/tu_ma_th01.txt @@ -317,13 +317,13 @@ moc_fild11,205,52,0 script Trace of Battle#5 CLEAR_NPC,{ next; switch(select("Don't investigate.", "Investigate.")){ case 1: - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "A piece of cloth"; mes "is nothing to be"; mes "concerned about."; close; case 2: - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "Hey... There's"; mes "blood on this cloth"; mes "and some writing on"; @@ -338,7 +338,7 @@ moc_fild11,205,52,0 script Trace of Battle#5 CLEAR_NPC,{ close; } case 2: - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "Hmm..."; mes "It'll probably be"; mes "faster if I follow this"; @@ -386,13 +386,13 @@ moc_fild11,205,52,0 script Trace of Battle#5 CLEAR_NPC,{ next; switch(select("Don't investigate.", "Investigate.")){ case 1: - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "A piece of cloth"; mes "is nothing to be"; mes "concerned about."; close; case 2: - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "Hey... There's"; mes "blood on this cloth"; mes "and some writing on"; @@ -407,7 +407,7 @@ moc_fild11,205,52,0 script Trace of Battle#5 CLEAR_NPC,{ close; } case 2: - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "Hmm..."; mes "It'll probably be"; mes "faster if I follow this"; @@ -996,7 +996,7 @@ moc_fild18,109,197,0 script Trace of Battle#15 CLEAR_NPC,{ close; } case 2: - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "I guess..."; mes "I'll try investigating"; mes "this area a little more?"; @@ -1150,7 +1150,7 @@ moc_fild18,109,197,0 script Trace of Battle#15 CLEAR_NPC,{ close; } case 2: - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "I guess..."; mes "I'll try investigating"; mes "this area a little more?"; -- cgit v1.2.3-70-g09d2