diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-16 20:48:55 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:44:36 +0530 |
commit | d2f9ad731c53da1bf0d9998cafef98fd8bf7ea83 (patch) | |
tree | 6d0724392fc7454f4f6e9ea924fe16824fe48747 /npc/merchants/inn.txt | |
parent | 20f6d1a9d0448869c80510c9be58c9bf30ee23bb (diff) | |
download | hercules-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/inn.txt')
-rw-r--r-- | npc/merchants/inn.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/merchants/inn.txt b/npc/merchants/inn.txt index a3da896cf..07ccf5358 100644 --- a/npc/merchants/inn.txt +++ b/npc/merchants/inn.txt @@ -115,7 +115,7 @@ lhz_in02,230,284,4 script Hotel Employee#01 4_M_04,{ mes "finest accomodations"; mes "and the best service."; next; - switch(select("Save Point:Rest - 5,000 zeny:Cancel")) { + switch(select("Save Point", "Rest - 5,000 zeny", "Cancel")) { case 1: savepoint "lhz_in02",209,275; mes "[Hotel Employee]"; @@ -166,7 +166,7 @@ ve_in,157,219,5 script Inn Master#Receptionist 4_M_SEAMAN,{ mes "most comfortable"; mes "inn here in Veins~"; next; - switch(select("Save:Take a Rest -> 5000 zeny:Quit")) { + switch(select("Save", "Take a Rest -> 5000 zeny", "Quit")) { case 1: mes "[Inn Master]"; mes "Your Respawn Point"; @@ -209,7 +209,7 @@ function script F_InnMaid { mes getarg(1) + "."; mes "How may I help you?"; next; - switch(select("Save:Take a Rest -> 5000 zeny:Cancel")) { + switch(select("Save", "Take a Rest -> 5000 zeny", "Cancel")) { case 1: mes getarg(0); mes "Your respawn point"; |