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/obb_quest.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/quests/obb_quest.txt') diff --git a/npc/quests/obb_quest.txt b/npc/quests/obb_quest.txt index 9ce1bacf9..504e5ff70 100644 --- a/npc/quests/obb_quest.txt +++ b/npc/quests/obb_quest.txt @@ -674,14 +674,14 @@ moc_ruins,105,62,4 script Jacob#thai 1_M_04,{ next; input .@input$; if (.@input$ != "Pandger Mayer introduced you") { - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes ""+.@input$+""; next; mes "[Jacob]"; mes "....Sorry, what did you say? I have no idea what you're talking about."; close; } - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "Pandger Mayer introduced you."; next; mes "[Jacob]"; @@ -1021,7 +1021,7 @@ moc_ruins,105,62,4 script Jacob#thai 1_M_04,{ mes "Respect your parents when they're"; mes "still alive. It's too late to be sorry after you've lost them."; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "(Hmmm...I just know that there's more that this guy can tell me...)"; close; } @@ -1036,7 +1036,7 @@ moc_ruins,105,62,4 script Jacob#thai 1_M_04,{ mes "'^0000FFTry to be in someone else's shoes before judging that person.^000000'"; mes "Do you understand?"; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "(There's more this guy can tell me, I just know it...)"; close; } -- cgit v1.2.3-70-g09d2