summaryrefslogtreecommitdiff
path: root/npc/quests/skills/alchemist_skills.txt
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2016-08-29 17:40:13 +0100
committerhemagx <ibrahem.h.basyone@gmail.com>2016-09-02 04:56:00 +0200
commit0f1d0507eb95cf07ce7eb66d89ad9853938612e6 (patch)
tree57780b1ecc7c5ae125be1c89406f8db1e00a581b /npc/quests/skills/alchemist_skills.txt
parent0f1d03f505fdc03533122db8ba19fa55f64f11b7 (diff)
downloadhercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.gz
hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.bz2
hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.xz
hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.zip
change *strcharinfo to use constants
Diffstat (limited to 'npc/quests/skills/alchemist_skills.txt')
-rw-r--r--npc/quests/skills/alchemist_skills.txt62
1 files changed, 31 insertions, 31 deletions
diff --git a/npc/quests/skills/alchemist_skills.txt b/npc/quests/skills/alchemist_skills.txt
index 0cbcae724..d958e9011 100644
--- a/npc/quests/skills/alchemist_skills.txt
+++ b/npc/quests/skills/alchemist_skills.txt
@@ -123,12 +123,12 @@ yuno_in04,33,108,4 script Pisruik#qsk_al 4_M_ALCHE_D,{
mes "on the same project for you to";
mes "benefit. So, what's your name?";
next;
- mes "["+ strcharinfo(0) +"]";
- mes "I am called "+ strcharinfo(0) +".";
+ mes "["+ strcharinfo(PC_NAME) +"]";
+ mes "I am called "+ strcharinfo(PC_NAME) +".";
next;
ALCHE_SK = 2;
mes "[Pisruik]";
- mes "Ah, "+ strcharinfo(0) +".";
+ mes "Ah, "+ strcharinfo(PC_NAME) +".";
mes "Would you please bring";
mes "^6600005 Yellow Gemstones^000000,";
mes "^6600004 Empty Potion Bottles^000000,";
@@ -711,7 +711,7 @@ yuno_in04,33,108,4 script Pisruik#qsk_al 4_M_ALCHE_D,{
mes "That was a pretty";
mes "big explosion...";
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "Your glasses...";
mes "They're broken...";
next;
@@ -729,7 +729,7 @@ yuno_in04,33,108,4 script Pisruik#qsk_al 4_M_ALCHE_D,{
mes "scientific researcher.^000000";
}
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "Holy crap!";
mes "You're one";
mes "good looking guy!";
@@ -741,7 +741,7 @@ yuno_in04,33,108,4 script Pisruik#qsk_al 4_M_ALCHE_D,{
mes "that you're not bleeding.";
mes "But are you alright?";
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "Oh, I'm fine.";
mes "But what are you";
mes "going to do about";
@@ -760,7 +760,7 @@ yuno_in04,33,108,4 script Pisruik#qsk_al 4_M_ALCHE_D,{
mes "almost blind without them.";
mes "I can't do very much if I can't";
mes "even see. I'm really sorry";
- mes "about this, "+ strcharinfo(0) +".";
+ mes "about this, "+ strcharinfo(PC_NAME) +".";
close;
}
else {
@@ -815,7 +815,7 @@ yuno_in04,33,108,4 script Pisruik#qsk_al 4_M_ALCHE_D,{
mes "That was a pretty";
mes "big explosion...";
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "Your glasses...";
mes "They're broken...";
next;
@@ -833,7 +833,7 @@ yuno_in04,33,108,4 script Pisruik#qsk_al 4_M_ALCHE_D,{
mes "scientific researcher.^000000";
}
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "Holy crap!";
mes "You're one";
mes "good looking guy!";
@@ -845,7 +845,7 @@ yuno_in04,33,108,4 script Pisruik#qsk_al 4_M_ALCHE_D,{
mes "that you're not bleeding.";
mes "But are you alright?";
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "Oh, I'm fine.";
mes "But what are you";
mes "going to do about";
@@ -864,7 +864,7 @@ yuno_in04,33,108,4 script Pisruik#qsk_al 4_M_ALCHE_D,{
mes "almost blind without them.";
mes "I can't do very much if I can't";
mes "even see. I'm really sorry";
- mes "about this, "+ strcharinfo(0) +".";
+ mes "about this, "+ strcharinfo(PC_NAME) +".";
close;
}
else {
@@ -890,7 +890,7 @@ yuno_in04,33,108,4 script Pisruik#qsk_al 4_M_ALCHE_D,{
delitem Spinning_Eyes,1;
ALCHE_SK = 10;
//changes the quest steps by deicision.
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "Here, why don't you";
mes "check I'm carrying and";
mes "see if there's a pair of";
@@ -930,7 +930,7 @@ yuno_in04,33,108,4 script Pisruik#qsk_al 4_M_ALCHE_D,{
next;
if (select("Sure!", "No, thanks.") == 1) {
mes "[Pisruik]";
- mes "Great, "+ strcharinfo(0) +"!";
+ mes "Great, "+ strcharinfo(PC_NAME) +"!";
mes "I know I can trust you";
mes "to use this research for";
mes "good and noble ends. Now,";
@@ -993,7 +993,7 @@ yuno_in04,33,108,4 script Pisruik#qsk_al 4_M_ALCHE_D,{
close;
}
}
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "Listen, you look so";
mes "much better when you're";
mes "not wearing glasses.";
@@ -1002,14 +1002,14 @@ yuno_in04,33,108,4 script Pisruik#qsk_al 4_M_ALCHE_D,{
mes "Excuse me,";
mes "come again?";
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "Hahahahhaha~!";
mes "No-nothing at all!";
close;
}
else if (ALCHE_SK == 10) {
mes "[Pisruik]";
- mes "So, "+ strcharinfo(0) +",";
+ mes "So, "+ strcharinfo(PC_NAME) +",";
mes "Would you like me to";
mes "teach you the results";
mes "of the research I've''";
@@ -1017,7 +1017,7 @@ yuno_in04,33,108,4 script Pisruik#qsk_al 4_M_ALCHE_D,{
next;
if (select("Yes!", "No, thanks.") == 1) {
mes "[Pisruik]";
- mes "Great, "+ strcharinfo(0) +"!";
+ mes "Great, "+ strcharinfo(PC_NAME) +"!";
mes "I know I can trust you";
mes "to use this research for";
mes "good and noble ends. Now,";
@@ -1220,15 +1220,15 @@ lhz_in01,224,140,3 script Kellasus#qsk_al 1_M_LIBRARYMASTER,{
mes "ways, would you";
mes "tell me your name?";
next;
- mes "[" + strcharinfo(0) + "]";
+ mes "[" + strcharinfo(PC_NAME) + "]";
mes "My name is...";
- mes "" + strcharinfo(0) + ".";
+ mes "" + strcharinfo(PC_NAME) + ".";
next;
bioeth = 13;
skill "AM_BIOETHICS",1,0;
mes "[Kellasus]";
mes "Ah...";
- mes "" + strcharinfo(0) + ".";
+ mes "" + strcharinfo(PC_NAME) + ".";
mes "I'll remember that. Goodbye";
mes "for now, and I hope that you";
mes "make a great contribution to";
@@ -1252,7 +1252,7 @@ lhz_in01,224,140,3 script Kellasus#qsk_al 1_M_LIBRARYMASTER,{
mes "something that will benefit";
mes "the greater good.";
next;
- mes "[" + strcharinfo(0) + "]";
+ mes "[" + strcharinfo(PC_NAME) + "]";
mes "Does...";
mes "Does that mean";
mes "you'll teach me?";
@@ -1299,7 +1299,7 @@ lhz_in01,224,140,3 script Kellasus#qsk_al 1_M_LIBRARYMASTER,{
mes "but I suppose that might be";
mes "how you became an Alchemist...";
next;
- mes "[" + strcharinfo(0) + "]";
+ mes "[" + strcharinfo(PC_NAME) + "]";
mes "Well, I sort of came";
mes "here to ask about that.";
mes "But first, I heard a rumor";
@@ -1330,7 +1330,7 @@ lhz_in01,224,140,3 script Kellasus#qsk_al 1_M_LIBRARYMASTER,{
mes "why are you reminding";
mes "me of something like this?";
next;
- mes "[" + strcharinfo(0) + "]";
+ mes "[" + strcharinfo(PC_NAME) + "]";
mes "You're right that the creation";
mes "of Homunculi brings up a moral";
mes "issue. But instead of morals,";
@@ -1343,7 +1343,7 @@ lhz_in01,224,140,3 script Kellasus#qsk_al 1_M_LIBRARYMASTER,{
mes "do you mean by";
mes "humanitarianism?";
next;
- mes "[" + strcharinfo(0) + "]";
+ mes "[" + strcharinfo(PC_NAME) + "]";
mes "I believe that the";
mes "study of Homunculi";
mes "could help us discover";
@@ -1351,7 +1351,7 @@ lhz_in01,224,140,3 script Kellasus#qsk_al 1_M_LIBRARYMASTER,{
mes "is just too much";
mes "potential to do good to ignore.";
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "I'm not interested in";
mes "creating new creatures or";
mes "playing God. What I do want";
@@ -1359,7 +1359,7 @@ lhz_in01,224,140,3 script Kellasus#qsk_al 1_M_LIBRARYMASTER,{
mes "regardless of the disease. No";
mes "matter how desperate it may be.";
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "It may be immoral to";
mes "create experimental life";
mes "forms and to sacrifice them,";
@@ -1367,7 +1367,7 @@ lhz_in01,224,140,3 script Kellasus#qsk_al 1_M_LIBRARYMASTER,{
mes "the people who may need";
mes "that cure I might discover...";
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "When your son was";
mes "sick, you were willing";
mes "to make sacrifices to see";
@@ -1375,7 +1375,7 @@ lhz_in01,224,140,3 script Kellasus#qsk_al 1_M_LIBRARYMASTER,{
mes "there are other people in the";
mes "world with worse ailments...";
next;
- mes "["+ strcharinfo(0) +"]";
+ mes "["+ strcharinfo(PC_NAME) +"]";
mes "I want to study";
mes "Homunculi because";
mes "there's a chance that";
@@ -1407,7 +1407,7 @@ lhz_in01,224,140,3 script Kellasus#qsk_al 1_M_LIBRARYMASTER,{
mes "you? I'm sorry, but I can't teach you anything related to Homunculi.";
mes "It especially bothers me that you know nothing at all about them...";
next;
- mes "[" + strcharinfo(0) + "]";
+ mes "[" + strcharinfo(PC_NAME) + "]";
mes "But while I was gone,";
mes "I spent so much time";
mes "studying about Homunculi";
@@ -1550,7 +1550,7 @@ lhz_in01,224,140,3 script Kellasus#qsk_al 1_M_LIBRARYMASTER,{
mes "give you some advice if you're stumped by a particular problem...";
next;
if (select("Teach me the Homunculus Skills.", "No, nothing.") == 1) {
- mes "[" + strcharinfo(0) + "]";
+ mes "[" + strcharinfo(PC_NAME) + "]";
mes "I want you to";
mes "teach me how to";
mes "create a Homunculus.";
@@ -1561,7 +1561,7 @@ lhz_in01,224,140,3 script Kellasus#qsk_al 1_M_LIBRARYMASTER,{
mes "I don't think I heard";
mes "what you said quite right.";
next;
- mes "[" + strcharinfo(0) + "]";
+ mes "[" + strcharinfo(PC_NAME) + "]";
mes "I said...";
mes "I want you to";
mes "teach me the skills";