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_umbala.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_umbala.txt')
-rw-r--r-- | npc/pre-re/guides/guides_umbala.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/pre-re/guides/guides_umbala.txt b/npc/pre-re/guides/guides_umbala.txt index 1b909473f..c2b6c509c 100644 --- a/npc/pre-re/guides/guides_umbala.txt +++ b/npc/pre-re/guides/guides_umbala.txt @@ -50,12 +50,12 @@ umbala,128,94,4 script Adventurer#um 4_F_GON,{ mes "You're welcome to ask me about the"; mes "locations of buildings."; next; - switch(select("Locations of buildings.:Remove marks on the mini map.:Quit.")) { + switch(select("Locations of buildings.", "Remove marks on the mini map.", "Quit.")) { case 1: mes "[Adventurer]"; mes "So, which one do you want to check?"; next; - switch(select("Chief's House:Shaman's House:Weapon Shop:Tool Shop:Bungee Jump Place:Cancel")) { + switch(select("Chief's House", "Shaman's House", "Weapon Shop", "Tool Shop", "Bungee Jump Place", "Cancel")) { case 1: mes "[Adventurer]"; mes "I have made a ^FF3355+^000000 mark"; |