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/acolyte_warp.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/acolyte_warp.txt')
-rw-r--r-- | npc/other/acolyte_warp.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/acolyte_warp.txt b/npc/other/acolyte_warp.txt index da37d3b3d..1b5404a78 100644 --- a/npc/other/acolyte_warp.txt +++ b/npc/other/acolyte_warp.txt @@ -50,7 +50,7 @@ prontera,98,121,4 script Acolyte#Prtclear 4_F_01,{ mes "I am willing to warp you to the many locations that I have memorized for a small fee."; mes "Would you like to use this service?"; next; - switch(select("Yes:No")) { + switch(select("Yes", "No")) { case 1: mes "[Keiki]"; mes "Where would you like to go to?"; @@ -113,7 +113,7 @@ yuno,142,184,6 script Acolyte#Junoclear 4_F_01,{ mes "I am willing to warp you to the many locations that I have memorized for a small fee."; mes "Would you like to use this service?"; next; - switch(select("Yes:No")) { + switch(select("Yes", "No")) { case 1: mes "[Isalei]"; mes "Where would you like to go to?"; |