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_hugel.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_hugel.txt')
-rw-r--r-- | npc/pre-re/guides/guides_hugel.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/pre-re/guides/guides_hugel.txt b/npc/pre-re/guides/guides_hugel.txt index a7ce8f80d..262a21483 100644 --- a/npc/pre-re/guides/guides_hugel.txt +++ b/npc/pre-re/guides/guides_hugel.txt @@ -41,7 +41,7 @@ hugel,98,56,3 script Hugel Guide Granny#huge 4_F_LGTGRAND,0,0,{ mes "If this is the first time for you to use the guide services, why don't you check the ''Notice'' menu first?"; while(1) { next; - switch(select("Village Guide:Remove Marks from Mini-Map:Notice:Cancel")) { + switch(select("Village Guide", "Remove Marks from Mini-Map", "Notice", "Cancel")) { case 1: mes "[Hugel Guide Granny]"; mes "I can tell you any building location as long as it is in Hugel."; @@ -51,13 +51,13 @@ hugel,98,56,3 script Hugel Guide Granny#huge 4_F_LGTGRAND,0,0,{ mes "to mark locations"; mes "on your Mini-Map?"; next; - if (select("Yes.:No.") == 1) .@compass_check = 1; + if (select("Yes.", "No.") == 1) .@compass_check = 1; } .@loop = 1; while(.@loop) { if (.@wait_button_chk == 0) .@wait_button_chk = 1; else next; - switch(select("Church:Inn:Pub:Airport:Weapon Shop:Tool Shop:Party Supplies Shop:^3131FFHunter Job Change Place^000000:^3131FFShrine Expedition's Place^000000:Monster Race Arena:Bingo Game Room:Cancel")) { + switch(select("Church", "Inn", "Pub", "Airport", "Weapon Shop", "Tool Shop", "Party Supplies Shop", "^3131FFHunter Job Change Place^000000", "^3131FFShrine Expedition's Place^000000", "Monster Race Arena", "Bingo Game Room", "Cancel")) { case 1: mes "[Hugel Guide Granny]"; mes "Well, to me, this Church is rather like a place for old folks like me, you know..."; |