diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:29:58 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:44:38 +0530 |
commit | 57ed698dc135be8222e127fe8e1d02c456e7f8b5 (patch) | |
tree | a4dc51c43d92ef569c4d2fb84a09fb5385abef95 /npc/other/auction.txt | |
parent | d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83 (diff) | |
download | hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.tar.gz hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.tar.bz2 hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.tar.xz hercules-57ed698dc135be8222e127fe8e1d02c456e7f8b5.zip |
Script Standardization: changed select format in other folder
Diffstat (limited to 'npc/other/auction.txt')
-rw-r--r-- | npc/other/auction.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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."; |