diff options
Diffstat (limited to 'npc/other/mercenary_rent.txt')
-rw-r--r-- | npc/other/mercenary_rent.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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"; |