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/auction.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/other/auction.txt') diff --git a/npc/other/auction.txt b/npc/other/auction.txt index f4b9c41e1..21b2972a8 100644 --- a/npc/other/auction.txt +++ b/npc/other/auction.txt @@ -56,7 +56,7 @@ function script F_AuctionWarper { mes "like to enter the"; mes "Auction Hall?"; next; - if (select("Yes:No") == 1) { + if (select("Yes", "No") == 1) { if (getarg(0) == 1 || getarg(0) == 4) { mes "[Auction Hall Guide]"; mes "Great! Well then,"; @@ -111,7 +111,7 @@ auction_02,43,17,0 warp auction_enterance_lhz 1,1,lighthalzen,209,169 mes "Welcome to the Auction Hall."; mes "Would you like to view the goods?"; next; - if (select("Yes:No") == 1) { + if (select("Yes", "No") == 1) { mes "[Auction Broker]"; if ( getbattleflag( "feature.auction" ) ) { mes "Very well."; -- cgit v1.2.3-60-g2f50