From 0462bc828e59ce99a48303a2f6190d3a01ce9465 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sun, 17 Jan 2016 17:59:05 +0530 Subject: Script Standardization: changed select format in RE folder --- npc/re/quests/eden/41-55.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/re/quests/eden/41-55.txt') diff --git a/npc/re/quests/eden/41-55.txt b/npc/re/quests/eden/41-55.txt index 625189c7b..a13db78f8 100644 --- a/npc/re/quests/eden/41-55.txt +++ b/npc/re/quests/eden/41-55.txt @@ -52,11 +52,11 @@ moc_para01,40,38,3 script Mission [41 - 55] 4_BOARD3,{ mes "[Mission Board]"; mes "Mission bulletin board."; next; - if(select("Check the Missions.:Cancel.") == 2) { + if(select("Check the Missions.", "Cancel.") == 2) { mes "^000077Ok. Let's check the missions next time.^000000."; close; } - switch(select("Thara Frog Hunting:Cruiser Hunting:Kukre Hunting:Orc Baby Hunting:Orc Warrior Hunting:Vadon Hunting:Megalodon Hunting:Marse Hunting:Cornutus Hunting:Myst Hunting:Shellfish Hunting:Marine Sphere Hunting")) { + switch(select("Thara Frog Hunting", "Cruiser Hunting", "Kukre Hunting", "Orc Baby Hunting", "Orc Warrior Hunting", "Vadon Hunting", "Megalodon Hunting", "Marse Hunting", "Cornutus Hunting", "Myst Hunting", "Shellfish Hunting", "Marine Sphere Hunting")) { case 1: callsub L_Quest,12072,"Have you seen a red frog? It is called Thara Frog and it's very rare. We are trying to verify where it inhabits. So please hunt 20 Thara Frogs."; case 2: callsub L_Quest,12073,"I heard of some toys attacking people. It is ridiculous! Let's show them our power! We have to hunt 15 Cruisers!"; case 3: callsub L_Quest,12074,"Someone got robbed near the beach! The possible suspect is a criminal monster called Kukre. Please hunt 30 Kukre."; @@ -102,7 +102,7 @@ L_Quest: mes "[Mission Board Memo]"; mes getarg(1); next; - if(select("Accept the mission.:Cancel.") == 1) { + if(select("Accept the mission.", "Cancel.") == 1) { mes "[Mission Board]"; mes "You have accepted the mission. For more details, please press 'alt + u' keys, you can get information from the Quest Window."; setquest 12088; -- cgit v1.2.3-70-g09d2