summaryrefslogtreecommitdiff
path: root/npc/merchants/renters.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-16 20:48:55 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-17 17:44:36 +0530
commitd2f9ad731c53da1bf0d9998cafef98fd8bf7ea83 (patch)
tree6d0724392fc7454f4f6e9ea924fe16824fe48747 /npc/merchants/renters.txt
parent20f6d1a9d0448869c80510c9be58c9bf30ee23bb (diff)
downloadhercules-d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83.tar.gz
hercules-d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83.tar.bz2
hercules-d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83.tar.xz
hercules-d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83.zip
Script Standardization: changed select format in merchants folder
Diffstat (limited to 'npc/merchants/renters.txt')
-rw-r--r--npc/merchants/renters.txt6
1 files changed, 3 insertions, 3 deletions
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]";