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/genetic.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'npc/re/jobs/3-2/genetic.txt') diff --git a/npc/re/jobs/3-2/genetic.txt b/npc/re/jobs/3-2/genetic.txt index ea926b0b1..cc7874f38 100644 --- a/npc/re/jobs/3-2/genetic.txt +++ b/npc/re/jobs/3-2/genetic.txt @@ -258,9 +258,9 @@ job3_gen01,25,58,3 script Devries#gen 4_LGTSCIENCE,{ mes "[Devries]"; mes "What's your name, young alchemist?"; next; - select("I'm "+strcharinfo(0)+"."); + select("I'm "+strcharinfo(PC_NAME)+"."); mes "[Devries]"; - mes "Oh, "+strcharinfo(0)+"!"; + mes "Oh, "+strcharinfo(PC_NAME)+"!"; mes "That's a very unusual name. Pleased to meet you."; next; mes "[Devries]"; @@ -553,18 +553,18 @@ job3_gen01,25,58,3 script Devries#gen 4_LGTSCIENCE,{ mes ""; next; mes ""; - mes ""; + mes ""; next; mes ""; next; mes ""; next; mes ""; - mes ""; + mes ""; next; - mes ""; + mes ""; next; - mes ""; + mes ""; mes ""; next; mes "[Devries]"; @@ -723,7 +723,7 @@ job3_gen01,7,50,3 script Testing Table#gen CLEAR_NPC,{ } if (!questprogress(2209) && !questprogress(2210) && !questprogress(2211) && !questprogress(2212) && !questprogress(2213) && !questprogress(2213) && !questprogress(2214)) { - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "Hmm, I need to gather plant materials first."; close; } @@ -747,7 +747,7 @@ job3_gen01,7,50,3 script Testing Table#gen CLEAR_NPC,{ select("Testing Seed - Type A", "Testing Seed - Type B", "Testing Seed - Type C", "Testing Seed - Type D"); mes "I've put the prepared materials into the chosen testing seed."; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "Good. Now I can let Miss Devries take a look at this seed!"; if (!questprogress(2209) && !questprogress(2210) && !questprogress(2211)) { job_gen = 61; @@ -866,7 +866,7 @@ job3_gen01,91,48,3 script Demi Calberine#gen 4_F_SCIENCE,{ mes "Oh, by the way what made you come here?"; mes "Did you come here to order something"; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "I'm a Geneticist applicant."; mes "I heard that you were very knowledgeable about portable mini cannons and stuff."; next; @@ -874,7 +874,7 @@ job3_gen01,91,48,3 script Demi Calberine#gen 4_F_SCIENCE,{ mes "Yep, I deal with many kinds of cannons."; mes "Nowadays, there are those who want to remodel their carts, so I've been installing several additional functions such as mini cannons to their carts."; next; - mes "["+strcharinfo(0)+"]"; + mes "["+strcharinfo(PC_NAME)+"]"; mes "Cart remodeling?"; next; mes "[Demi Calberine]"; -- cgit v1.2.3-70-g09d2