summaryrefslogtreecommitdiff
path: root/npc/pre-re/guides/guides_rachel.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-17 17:50:51 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-17 17:54:40 +0530
commitb24b79b3d4f391c415268af3db2d268214bcfd70 (patch)
tree1717aeb9ee9c996e53ad4ac2a4376f8ce45476e1 /npc/pre-re/guides/guides_rachel.txt
parent4d139eb924e63f88065071de722ddc39465cd5e3 (diff)
downloadhercules-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_rachel.txt')
-rw-r--r--npc/pre-re/guides/guides_rachel.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/pre-re/guides/guides_rachel.txt b/npc/pre-re/guides/guides_rachel.txt
index d2702058c..08b7ca1bb 100644
--- a/npc/pre-re/guides/guides_rachel.txt
+++ b/npc/pre-re/guides/guides_rachel.txt
@@ -44,7 +44,7 @@ rachel,138,146,5 script Rachel Guide 4_M_RASWORD,{
.@loop1 = 1;
while(.@loop1) {
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 "[Rachel Guide]";
mes "I can tell you any building location as long as it is in Rachel.";
@@ -54,14 +54,14 @@ rachel,138,146,5 script Rachel Guide 4_M_RASWORD,{
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;
}
.@loop2 = 1;
while(.@loop2) {
if (.@wait_button_chk == 0) .@wait_button_chk = 1;
else next;
- switch(select("Cheshrumnir:Inn:Weapon Shop:Tool Shop:Airport:Cancel")) {
+ switch(select("Cheshrumnir", "Inn", "Weapon Shop", "Tool Shop", "Airport", "Cancel")) {
case 1:
mes "[Rachel Guide]";
mes "Cheshrumnir is a holy ground where pope, the incarnation of goddess Freya stays.";