diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:35:36 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:44:45 +0530 |
commit | 4d139eb924e63f88065071de722ddc39465cd5e3 (patch) | |
tree | f25d5322e19e1ebd060064786e5d9c6e1a5ef572 /npc/quests/newgears/2008_headgears.txt | |
parent | 57ed698dc135be8222e127fe8e1d02c456e7f8b5 (diff) | |
download | hercules-4d139eb924e63f88065071de722ddc39465cd5e3.tar.gz hercules-4d139eb924e63f88065071de722ddc39465cd5e3.tar.bz2 hercules-4d139eb924e63f88065071de722ddc39465cd5e3.tar.xz hercules-4d139eb924e63f88065071de722ddc39465cd5e3.zip |
Script Standardization: changed select format in quests folder
Diffstat (limited to 'npc/quests/newgears/2008_headgears.txt')
-rw-r--r-- | npc/quests/newgears/2008_headgears.txt | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/npc/quests/newgears/2008_headgears.txt b/npc/quests/newgears/2008_headgears.txt index 7e0946066..b702cbe4c 100644 --- a/npc/quests/newgears/2008_headgears.txt +++ b/npc/quests/newgears/2008_headgears.txt @@ -67,7 +67,7 @@ gef_fild05,80,149,3 script Myu#08_hat 4_F_YUNYANG,{ mes "[Myu]"; mes "If you manage to do that, I will give you something precious which I really adore."; next; - switch(select("That sounds troublesome..:What should I do?")){ + switch(select("That sounds troublesome..", "What should I do?")){ case 1: mes "[Myu]"; mes "Hmph, yeah, it was kinda funny huh."; @@ -102,7 +102,7 @@ gef_fild05,80,149,3 script Myu#08_hat 4_F_YUNYANG,{ next; mes "As she says that, Myu slides her neck mocking like she's slitting her throat."; next; - switch(select("Isn't that too much?:That's easy")){ + switch(select("Isn't that too much?", "That's easy")){ case 1: mes "[Myu]"; mes "..But they won't give up if we dont really teach them a lesson."; @@ -193,7 +193,7 @@ gef_fild05,80,149,3 script Myu#08_hat 4_F_YUNYANG,{ mes "Her mouth looks like it's saying."; mes " 'O.N.E. T.H.O.U.S.A.N.D.' "; next; - switch(select("NO!:Sure.")) { + switch(select("NO!", "Sure.")) { case 1: mes "[Myu]"; mes "...!..."; @@ -224,7 +224,7 @@ morocc_in,137,102,5 script Trainee#2008hat01 4_KID01,{ mes "Please talk to our teacher if you are here to make a dyes."; mes "And talk to my friend next to me if it is about the delivery."; next; - switch(select("And just what are you doing?:I see.")){ + switch(select("And just what are you doing?", "I see.")){ case 1: mes "[Elgo]"; mes "Well, I dye clothes."; @@ -249,21 +249,21 @@ morocc_in,137,102,5 script Trainee#2008hat01 4_KID01,{ mes "["+strcharinfo(0)+"]"; mes "(I have a Cute Ribbon...what should I do..?)"; next; - switch(select("Ask Elgo to dye it.:Leave it alone.")){ + switch(select("Ask Elgo to dye it.", "Leave it alone.")){ case 1: mes "[Elgo]"; mes "Oh, So you want to dye your Cute Ribbon, aren't you?"; mes "What colour is your Cute Ribbon?"; mes "Which one is the one you want to be dyed?"; next; - switch(select("Yellow one..:White one..:Blue one..:Red one..:Green one..:Never mind.")){ + switch(select("Yellow one..", "White one..", "Blue one..", "Red one..", "Green one..", "Never mind.")){ case 1: if(countitem(Fillet) > 0) { mes "[Elgo]"; mes "Ok Ok, Yellow Cute Ribbon, huh?"; mes "What color do you want it to be dyed?"; next; - switch(select("White:Blue:Red:Green")){ + switch(select("White", "Blue", "Red", "Green")){ case 1: if(countitem(White_Dyestuffs) > 0) { mes "[Elgo]"; @@ -360,7 +360,7 @@ morocc_in,137,102,5 script Trainee#2008hat01 4_KID01,{ mes "Ok Ok, This white Cute Ribbon, huh?"; mes "What color do you want it to be dyed?"; next; - switch(select("Yellow:Blue:Red:Green")) { + switch(select("Yellow", "Blue", "Red", "Green")) { case 1: if(countitem(Lemon_Dyestuffs) > 0) { mes "[Elgo]"; @@ -457,7 +457,7 @@ morocc_in,137,102,5 script Trainee#2008hat01 4_KID01,{ mes "Ok Ok, This blue Cute Ribbon, huh?"; mes "What color do you want it to be dyed?"; next; - switch(select("White:Yellow:Red:Green")) { + switch(select("White", "Yellow", "Red", "Green")) { case 1: if(countitem(White_Dyestuffs) > 0) { mes "[Elgo]"; @@ -554,7 +554,7 @@ morocc_in,137,102,5 script Trainee#2008hat01 4_KID01,{ mes "Ok Ok, This Red Cute Ribbon, huh?"; mes "What color do you want it to be dyed?"; next; - switch(select("White:Blue:Yellow:Green")){ + switch(select("White", "Blue", "Yellow", "Green")){ case 1: if (countitem(White_Dyestuffs) > 0){ mes "[Elgo]"; @@ -651,7 +651,7 @@ morocc_in,137,102,5 script Trainee#2008hat01 4_KID01,{ mes "Ok Ok, This Green Cute Ribbon, huh?"; mes "What color do you want it to be dyed?"; next; - switch(select("White:Blue:Red:Yellow")) { + switch(select("White", "Blue", "Red", "Yellow")) { case 1: if(countitem(White_Dyestuffs) > 0) { mes "[Elgo]"; @@ -782,7 +782,7 @@ OnTouch: mes "THe Orc Lady suddenly turns around looking surprised."; mes "A Maneater Blossom fell on the ground out of her hands."; next; - switch(select("Pick up the flowers for Orc Lady.:Run away!")) { + switch(select("Pick up the flowers for Orc Lady.", "Run away!")) { case 1: mes "[Orc Lady]"; mes ".. ..."; @@ -794,7 +794,7 @@ OnTouch: mes "Surprisingly the Orc Lady introduced herself to me."; mes "How should I react?"; next; - switch(select("Ask her what she was up to.:Say good bye.")){ + switch(select("Ask her what she was up to.", "Say good bye.")){ case 1: mes "[Aite]"; mes "I'm making a Corolla."; |