diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:50:51 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:54:40 +0530 |
commit | b24b79b3d4f391c415268af3db2d268214bcfd70 (patch) | |
tree | 1717aeb9ee9c996e53ad4ac2a4376f8ce45476e1 /npc/pre-re/guides/guides_moscovia.txt | |
parent | 4d139eb924e63f88065071de722ddc39465cd5e3 (diff) | |
download | hercules-b24b79b3d4f391c415268af3db2d268214bcfd70.tar.gz hercules-b24b79b3d4f391c415268af3db2d268214bcfd70.tar.bz2 hercules-b24b79b3d4f391c415268af3db2d268214bcfd70.tar.xz hercules-b24b79b3d4f391c415268af3db2d268214bcfd70.zip |
Script Standardization: changed select format in pre-re folder
Diffstat (limited to 'npc/pre-re/guides/guides_moscovia.txt')
-rw-r--r-- | npc/pre-re/guides/guides_moscovia.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/pre-re/guides/guides_moscovia.txt b/npc/pre-re/guides/guides_moscovia.txt index 1324f5310..f7c9d2c05 100644 --- a/npc/pre-re/guides/guides_moscovia.txt +++ b/npc/pre-re/guides/guides_moscovia.txt @@ -46,12 +46,12 @@ moscovia,161,76,4 script Moscovia Guide#mosk 4_F_RUSWOMAN1,{ mes "information on this town."; mes "If you have some questions, please ask me."; next; - switch(select("Ask where you can go.:Delete all the marks on the mini-map.:Cancel.")) { + switch(select("Ask where you can go.", "Delete all the marks on the mini-map.", "Cancel.")) { case 1: mes "[Moscovia Guide]"; mes "Where would you like to go?"; next; - switch(select("The Palace:Armor Shop:Tool Shop:An Inn:Cancel")) { + switch(select("The Palace", "Armor Shop", "Tool Shop", "An Inn", "Cancel")) { case 1: mes "[Moscovia Guide]"; mes "The Palace can be found ^ff0000+^000000 at the"; |