summaryrefslogtreecommitdiff
path: root/npc/quests/the_sign_quest.txt
diff options
context:
space:
mode:
authorEmistry <Equinox1991@gmail.com>2016-01-25 23:00:26 +0800
committerHaru <haru@dotalux.com>2016-02-29 01:52:22 +0100
commit05a2538114972de94352e66586f6f2a5affea9c6 (patch)
treef39d3e659d9b3801cc42a7b14e41aeec16c93ddf /npc/quests/the_sign_quest.txt
parent75ba7024fe3b68718d0f0a289a68ea0719054d3b (diff)
downloadhercules-05a2538114972de94352e66586f6f2a5affea9c6.tar.gz
hercules-05a2538114972de94352e66586f6f2a5affea9c6.tar.bz2
hercules-05a2538114972de94352e66586f6f2a5affea9c6.tar.xz
hercules-05a2538114972de94352e66586f6f2a5affea9c6.zip
Replaced the SEX_FEMALE/SEX_MALE constants to scripts, where appropriate
Diffstat (limited to 'npc/quests/the_sign_quest.txt')
-rw-r--r--npc/quests/the_sign_quest.txt32
1 files changed, 16 insertions, 16 deletions
diff --git a/npc/quests/the_sign_quest.txt b/npc/quests/the_sign_quest.txt
index ccd86163c..c796f5e5b 100644
--- a/npc/quests/the_sign_quest.txt
+++ b/npc/quests/the_sign_quest.txt
@@ -804,7 +804,7 @@ prt_in,228,26,5 script Steward#sign 1_M_JOBTESTER,{
close;
case 2:
mes "[Vandez]";
- mes "Very good, "+((Sex)?"sir.":"madam.");
+ mes "Very good, "+ (Sex == SEX_MALE ? "sir." : "madam.");
mes "Please wait a moment";
mes "while I consult with";
mes "the master in his study.";
@@ -997,7 +997,7 @@ prt_in,248,23,0 script Maid#sign2 HIDDEN_NPC,{
mes "Is there anything that";
mes "I can help you with?";
next;
- if (Sex == 1) {
+ if (Sex == SEX_MALE) {
switch(select("You wanna have coffee sometime?", "Tell me about Metz.")) {
case 1:
mes "[Elle]";
@@ -1754,7 +1754,7 @@ payon,154,170,3 script Hagin#sign 1_F_ORIENT_04,{
select("I'd like to meet this Daewoon.");
mes "[Hagin]";
mes "Oh, I see~";
- if (Sex) {
+ if (Sex == SEX_MALE) {
mes "You plan to ask him";
mes "to show you some fighting";
mes "pointers, do you? You men";
@@ -1901,7 +1901,7 @@ payon_in03,11,31,4 script Daewoon#sign 1_M_SIGNMONK2,{
mes "Oh, a visitor?";
mes "I'm sorry, but I believe";
mes "you're an uninvited guest~";
- if (Sex) {
+ if (Sex == SEX_MALE) {
mes "You'll have to forgive me";
mes "if I wish to spend my time with maidens as opposed to men.";
}
@@ -2236,7 +2236,7 @@ payon_in03,11,31,4 script Daewoon#sign 1_M_SIGNMONK2,{
mes "[Daewoon]";
mes "Hmm. You have a truly";
mes "strong will. Then again,";
- if (Sex == 1) {
+ if (Sex == SEX_MALE) {
mes "perhaps you lack a true";
mes "appreciation for beauty.";
mes "Even in Emperium form, how";
@@ -3453,8 +3453,10 @@ geffen_in,59,74,4 script Jesqurienne#sign 1_F_SIGNZISK,{
mes "[Jesqurienne]";
mes "Ahhhhhh~";
mes "Hm? Why hello there,";
- if (Sex) mes "you fine speciman of a man~";
- else mes "you precious, adorable girl~";
+ if (Sex == SEX_MALE)
+ mes "you fine speciman of a man~";
+ else
+ mes "you precious, adorable girl~";
mes "I'm Jesqurienne. You've heard";
mes "of me, haven't you? Aren't you surprised to see me?";
next;
@@ -4395,7 +4397,7 @@ geffen_in,61,72,7 script Aaron#sign 4_M_SAGE_A,{
mes "or you're the most gorgeous";
mes "woman I've seen in my life!";
next;
- if (Sex == 1) {
+ if (Sex == SEX_MALE) {
select("Um, I'm a dude...");
emotion e_sob;
mes "[Aaron]";
@@ -6130,7 +6132,7 @@ prt_castle,107,58,5 script Soldier#s11 8W_SOLDIER,{
mes "again for helping";
mes "out my sister, we";
mes "really appreciate it.";
- if (Sex == 1) {
+ if (Sex == SEX_MALE) {
if (rand(1,5) == 5) {
next;
mes "[Maruin]";
@@ -7077,7 +7079,7 @@ geffen_in,171,42,3 script Cute Girl 4_F_KID2,{
mes "[Liana]";
mes "Oh, this?";
mes "It's a letter for my daddy.";
- mes "Mom said that some "+((Sex)?"guy":"lady")+" is gonna try to find my dad, so I'm making this so "+((Sex)?"":"s")+"he can take it him~";
+ mes "Mom said that some "+ (Sex == SEX_MALE ? "guy" : "lady") +" is gonna try to find my dad, so I'm making this so "+ (Sex == SEX_MALE ? "he":"she")+ " can take it him~";
close;
case 2:
mes "[Liana]";
@@ -7105,7 +7107,7 @@ geffen_in,171,42,3 script Cute Girl 4_F_KID2,{
case 1:
mes "[Brenda Howard]";
mes "Liana~";
- mes "This nice "+((Sex)?"man":"lady")+" is going to look for your dad. Why don't you ask "+((Sex)?"him":"her")+" to take your letter to him for you?";
+ mes "This nice "+ (Sex == SEX_MALE ? "man" : "lady") +" is going to look for your dad. Why don't you ask "+ (Sex == SEX_MALE ? "him" : "her") +" to take your letter to him for you?";
next;
mes "[Liana]";
mes "You are...?";
@@ -9114,12 +9116,10 @@ niflheim,313,70,4 script Pleasant-Featured Lady#s 4_F_01,{
mes "You're the one I'm looking";
mes "for, the one who's been on";
mes "a long journey to prove";
- if (Sex == 1) {
+ if (Sex == SEX_MALE)
mes "his courage.";
- }
- else {
+ else
mes "her courage.";
- }
next;
mes "[Serin]";
mes "Even in the darkness of";
@@ -10850,7 +10850,7 @@ que_sign01,45,227,4 script Queen of the Dead 2_F_SIGN1,{
mes "^8C1717Yes, that's it!";
mes "I never expected a mortal";
mes "to have such an interesting";
- mes "artifact in "+((Sex)?"his":"her")+" possession.^000000";
+ mes "artifact in "+ (Sex == SEX_MALE ? "his" : "her") +" possession.^000000";
next;
mes "[Lady Hell]";
mes "^8C1717As queen of Niflheim,";