summaryrefslogtreecommitdiff
path: root/npc/re/quests/eden/71-85.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/re/quests/eden/71-85.txt')
-rw-r--r--npc/re/quests/eden/71-85.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/re/quests/eden/71-85.txt b/npc/re/quests/eden/71-85.txt
index 36108afec..f2bd68b6f 100644
--- a/npc/re/quests/eden/71-85.txt
+++ b/npc/re/quests/eden/71-85.txt
@@ -80,7 +80,7 @@ moc_para01,44,38,3 script Mission [71 - 85] 4_BOARD3,{
mes "You have quests in progress.";
mes "Do you want to turn them in?";
next;
- if(select("Of course.:No.") == 2)
+ if(select("Of course.", "No.") == 2)
close;
for(.@i = 0; .@i<getarraysize(.@complete); ++.@i)
callsub L_Quest,.@complete[.@i];
@@ -96,7 +96,7 @@ moc_para01,44,38,3 script Mission [71 - 85] 4_BOARD3,{
mes "- Choose where you -";
mes "- would like to hunt. -";
next;
- switch(select("Sphinx Dungeon:Glast Heim:Juno Area:Clock Tower:Localized Islands")) {
+ switch(select("Sphinx Dungeon", "Glast Heim", "Juno Area", "Clock Tower", "Localized Islands")) {
case 1:
mes "- There are several requests -";
mes "- related to the Sphinx Dungeon -";
@@ -104,7 +104,7 @@ moc_para01,44,38,3 script Mission [71 - 85] 4_BOARD3,{
next;
.@str1$ = "The villagers of Morroc are worried by the increasing number of monsters in the Sphinx Dungeon. ";
.@str2$ = "- Meidi from Morroc -";
- switch(select("Hunt Requiem:Hunt Marduk:Hunt Pasana")) {
+ switch(select("Hunt Requiem", "Hunt Marduk", "Hunt Pasana")) {
case 1: callsub L_Quest,10107,.@str1$+"Hunt 10 Requiems.",.@str2$;
case 2: callsub L_Quest,10108,.@str1$+"Hunt 10 Marduks.",.@str2$;
case 3: callsub L_Quest,10109,.@str1$+"Hunt 10 Pasanas.",.@str2$;
@@ -116,7 +116,7 @@ moc_para01,44,38,3 script Mission [71 - 85] 4_BOARD3,{
next;
.@str1$ = "I am very afraid that the monsters from Glast Heim will attack us. ";
.@str2$ = "- Ancellia from Geffen -";
- switch(select("Hunt Dark Frame:Hunt Evil Druid:Hunt Wraith:Hunt Raydric Archer")) {
+ switch(select("Hunt Dark Frame", "Hunt Evil Druid", "Hunt Wraith", "Hunt Raydric Archer")) {
case 1: callsub L_Quest,10110,.@str1$+"Hunt 10 Dark Frames.",.@str2$;
case 2: callsub L_Quest,10111,.@str1$+"Hunt 10 Evil Druids.",.@str2$;
case 3: callsub L_Quest,10112,.@str1$+"Hunt 10 Wraiths.",.@str2$;
@@ -129,7 +129,7 @@ moc_para01,44,38,3 script Mission [71 - 85] 4_BOARD3,{
next;
.@str1$ = "Those who can't fight, like me, find it much more difficult to travel due to the large number of monsters. ";
.@str2$ = "- Jeanbai, traveler -";
- switch(select("Hunt Grand Peco:Hunt Sleeper:Hunt Goat:Hunt Harpy")) {
+ switch(select("Hunt Grand Peco", "Hunt Sleeper", "Hunt Goat", "Hunt Harpy")) {
case 1: callsub L_Quest,10114,.@str1$+"Hunt 20 Grand Pecos.",.@str2$;
case 2: callsub L_Quest,10115,.@str1$+"Hunt 20 Sleepers.",.@str2$;
case 3: callsub L_Quest,10116,.@str1$+"Hunt 20 Goats.",.@str2$;
@@ -142,7 +142,7 @@ moc_para01,44,38,3 script Mission [71 - 85] 4_BOARD3,{
next;
.@str1$ = "I used to love listening to the sweet melody of the Al De Baran Clock Tower but I can't hear anything anymore because of all the noises the monsters are making. ";
.@str2$ = "- Rizingsetter, President of the Love Clock community -";
- switch(select("Hunt Clock:Hunt Punk:Hunt Rideword")) {
+ switch(select("Hunt Clock", "Hunt Punk", "Hunt Rideword")) {
case 1: callsub L_Quest,10118,.@str1$+"Hunt 15 Clocks before it breaks.",.@str2$;
case 2: callsub L_Quest,10119,.@str1$+"Hunt 15 Punks before it breaks.",.@str2$;
case 3: callsub L_Quest,10120,.@str1$+"Hunt 15 Ridewords before it breaks.",.@str2$;
@@ -154,7 +154,7 @@ moc_para01,44,38,3 script Mission [71 - 85] 4_BOARD3,{
next;
.@str1$ = "I want to go on an adventure but there are so many things I have to deal with. If I can't, then others can't either! ";
.@str2$ = "- Funfy, who wants to go on an adventure -";
- switch(select("Hunt Kikimora:Hunt Miyabi Doll:Hunt Mi Gao:Hunt Headless Mule:Hunt Tamruan:Gather Festival Masks for the Festival")) {
+ switch(select("Hunt Kikimora", "Hunt Miyabi Doll", "Hunt Mi Gao", "Hunt Headless Mule", "Hunt Tamruan", "Gather Festival Masks for the Festival")) {
case 1: callsub L_Quest,10121,.@str1$+"Hunt 15 Kikimoras in Moscovia!",.@str2$;
case 2: callsub L_Quest,10122,.@str1$+"Hunt 15 Miyabi Dolls in Amatsu!",.@str2$;
case 3: callsub L_Quest,10123,.@str1$+"Hunt 15 Mi Gaos in Louyang!",.@str2$;
@@ -193,7 +193,7 @@ L_Quest:
if (getargcount() == 1) {
mes "'"+.@name$+"' completed. Do you want to turn it in and receive your reward?";
next;
- if(select("Turn in quest.:Cancel.") == 1) {
+ if(select("Turn in quest.", "Cancel.") == 1) {
if (.@quest == 5057) delitem Festival_Mask,30;
erasequest .@quest;
getexp .@exp,0;
@@ -220,7 +220,7 @@ L_Quest:
} else if (.@hunting == 2) {
mes "You have completed the quest.";
next;
- if(select("Turn in quest.:Cancel.") == 1) {
+ if(select("Turn in quest.", "Cancel.") == 1) {
if (.@quest == 5057) delitem Festival_Mask,30;
erasequest .@quest;
getexp .@exp,0;
@@ -236,7 +236,7 @@ L_Quest:
next;
mes "Do you want to accept the quest?";
next;
- if(select("Yes.:No.") == 1) {
+ if(select("Yes.", "No.") == 1) {
mes "You've received the quest '"+.@name$+"'. View your quest info for more details.";
setquest .@quest;
}