summaryrefslogtreecommitdiff
path: root/npc/quests/gunslinger_quests.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-17 17:35:36 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-17 17:44:45 +0530
commit4d139eb924e63f88065071de722ddc39465cd5e3 (patch)
treef25d5322e19e1ebd060064786e5d9c6e1a5ef572 /npc/quests/gunslinger_quests.txt
parent57ed698dc135be8222e127fe8e1d02c456e7f8b5 (diff)
downloadhercules-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/gunslinger_quests.txt')
-rw-r--r--npc/quests/gunslinger_quests.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/quests/gunslinger_quests.txt b/npc/quests/gunslinger_quests.txt
index 8b1dcda5e..97e0e8abd 100644
--- a/npc/quests/gunslinger_quests.txt
+++ b/npc/quests/gunslinger_quests.txt
@@ -950,7 +950,7 @@ que_ng,149,178,4 script Lab Director 4_F_ALCHE,{
mes "If you think it's too difficult,";
mes "you can choose to give up.";
next;
- if(select("I'm not giving up!:I give up...") == 1){
+ if(select("I'm not giving up!", "I give up...") == 1){
mes "[N. A]";
mes "Alright, I trust you.";
mes "Good luck.";
@@ -977,7 +977,7 @@ que_ng,149,178,4 script Lab Director 4_F_ALCHE,{
mes "you've paid me 100000 zeny.";
mes "Do you want to pay now?";
next;
- if(select("Nope.:Yeah.") == 1){
+ if(select("Nope.", "Yeah.") == 1){
mes "[N. A]";
mes "Alright. I await you to return";
mes "with the money.";
@@ -1054,7 +1054,7 @@ que_ng,149,178,4 script Lab Director 4_F_ALCHE,{
mes "If you don't want it anymore,";
mes "you can cancel the request.";
next;
- if(select("Don't cancel.:Cancel it.") == 1){
+ if(select("Don't cancel.", "Cancel it.") == 1){
mes "[N. A]";
mes "Well, please come back with the";
mes "materials. I'll be waiting.";
@@ -1164,7 +1164,7 @@ que_ng,149,178,4 script Lab Director 4_F_ALCHE,{
mes "Find me 30 of each Element.";
mes "Did you find them?";
next;
- switch(select("Nope.:I found 30 Poison Spheres.:I found 30 Flare Spheres.:I found 30 Lightning Spheres.:I found 30 Blind Spheres.:I found 30 Freezing Spheres.")){
+ switch(select("Nope.", "I found 30 Poison Spheres.", "I found 30 Flare Spheres.", "I found 30 Lightning Spheres.", "I found 30 Blind Spheres.", "I found 30 Freezing Spheres.")){
case 1:
mes "[N. A]";
mes "Just bring me whatever type";
@@ -1262,7 +1262,7 @@ que_ng,149,178,4 script Lab Director 4_F_ALCHE,{
mes "disturb me.";
close;
}
- switch(select(((BaseLevel > 67)?"Ask about 'Butcher'.":"")+":Ask about the 'Drifter'.:Cancel")) {
+ switch(select(((BaseLevel > 67)?"Ask about 'Butcher'.":""), "Ask about the 'Drifter'.", "Cancel")) {
case 1:
mes "[N. A]";
mes "Ah, you heard the news";
@@ -1291,7 +1291,7 @@ que_ng,149,178,4 script Lab Director 4_F_ALCHE,{
mes "[N. A]";
mes "Do you think you can handle it?";
next;
- if(select("I'm not sure...:Of course I can!!") == 1){
+ if(select("I'm not sure...", "Of course I can!!") == 1){
mes "[N. A]";
mes "The ^ff0000Butcher^000000 is a weapon that you";
mes "can't handle without a strong";
@@ -1347,7 +1347,7 @@ que_ng,149,178,4 script Lab Director 4_F_ALCHE,{
mes "[N. A]";
mes "Do you want to try using the ^ff0000Drifter^000000?";
next;
- if(select("Um, no.:Yeah!") == 1){
+ if(select("Um, no.", "Yeah!") == 1){
mes "[N. A]";
mes "If you want to try it out";
mes "some time, come back here.";
@@ -1573,7 +1573,7 @@ lighthalzen,205,284,6 script F. Harrison 4_M_03,{
mes "I'm bored out of my mind here!";
mes "Pleeeeeeeeeeeease~?";
next;
- if(select("No way.:Here...") == 1){
+ if(select("No way.", "Here...") == 1){
mes "[F. Harrison]";
mes "Hah! You think you're the only";
mes "one with a cool weapon!? Well";