From d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sat, 16 Jan 2016 20:48:55 +0530 Subject: Script Standardization: changed select format in merchants folder --- npc/merchants/renters.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/merchants/renters.txt') diff --git a/npc/merchants/renters.txt b/npc/merchants/renters.txt index d3447b2b1..93e8b2661 100644 --- a/npc/merchants/renters.txt +++ b/npc/merchants/renters.txt @@ -54,7 +54,7 @@ prontera,55,350,5 script Peco Peco Breeder#knt 8W_SOLDIER,{ mes "a Peco Peco? The rental"; mes "fee is "+.@price+" zeny."; next; - switch(select("Rent Peco Peco:Cancel")) { + switch(select("Rent Peco Peco", "Cancel")) { case 1: if (Zeny < .@price) { mes "[Peco Peco Breeder]"; @@ -117,7 +117,7 @@ prontera,232,318,3 script Peco Peco Breeder#cru 8W_SOLDIER,{ mes "for you. To rent one"; mes "will cost "+.@price+" zeny."; next; - switch(select("Rent a PecoPeco:Quit")) { + switch(select("Rent a PecoPeco", "Quit")) { case 1: if (Zeny < .@price) { mes "[Peco Peco Breeder]"; @@ -182,7 +182,7 @@ hu_in01,381,304,5 script Falcon Breeder#hnt 8W_SOLDIER,{ mes "trusty bird of prey for a"; mes "fee of just "+.@price+" zeny~"; next; - switch(select("Rent Falcon:Cancel")) { + switch(select("Rent Falcon", "Cancel")) { case 1: if (checkoption(Option_Wug) || checkoption(Option_Wugrider)) { mes "[Falcon Breeder]"; -- cgit v1.2.3-70-g09d2