diff options
author | Haru <haru@dotalux.com> | 2016-02-07 01:23:46 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-02-07 01:23:46 +0100 |
commit | 1fd628e7be9e6de4ea48394be09ae10e912d8f3d (patch) | |
tree | 4e5b42a444f83976c33f22540d3aa46a8ceb7001 /npc/merchants/renters.txt | |
parent | e68aa1f74d315f7bf24d7c8829002d0031b23539 (diff) | |
parent | 0462bc828e59ce99a48303a2f6190d3a01ce9465 (diff) | |
download | hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.gz hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.bz2 hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.tar.xz hercules-1fd628e7be9e6de4ea48394be09ae10e912d8f3d.zip |
Merge pull request #1110 from dastgir/22-ScriptClean-Phase2
Script CleanUp Phase 2
Diffstat (limited to 'npc/merchants/renters.txt')
-rw-r--r-- | npc/merchants/renters.txt | 6 |
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]"; |