From 57ed698dc135be8222e127fe8e1d02c456e7f8b5 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sun, 17 Jan 2016 17:29:58 +0530 Subject: Script Standardization: changed select format in other folder --- npc/other/mercenary_rent.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/other/mercenary_rent.txt') diff --git a/npc/other/mercenary_rent.txt b/npc/other/mercenary_rent.txt index fe982564d..319b897d4 100644 --- a/npc/other/mercenary_rent.txt +++ b/npc/other/mercenary_rent.txt @@ -49,7 +49,7 @@ mes .@npc$ + " Mercenary Guild."; mes "What can I do for you?"; next; - switch(select("Hire Mercenary:Mercenary Info:Nothing:10th Grade Mercenaries")) { + switch(select("Hire Mercenary", "Mercenary Info", "Nothing", "10th Grade Mercenaries")) { case 1: mes "[Mercenary Manager]"; mes "You want to hire a"; @@ -73,7 +73,7 @@ mes "Base Level " + .@BaseLevel + " or higher, and"; mes "must pay the " + .@ZenyCost + ",000 zeny fee."; next; - if(select("Yes:No") == 2) { + if(select("Yes", "No") == 2) { mes "[Mercenary Manager]"; mes "Oh, really? Well, now"; mes "might not be a good time"; @@ -187,7 +187,7 @@ mes "Are you still interested in"; mes "forming this contract?"; next; - if (select("Yes:No") == 2) { + if (select("Yes", "No") == 2) { mes "[Mercenary Manager]"; mes "I understand... It takes"; mes "hard work and sacrifice to"; -- cgit v1.2.3-70-g09d2