summaryrefslogtreecommitdiff
path: root/npc/re/guides/guides_hugel.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-17 17:59:05 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-17 18:23:15 +0530
commit0462bc828e59ce99a48303a2f6190d3a01ce9465 (patch)
tree58a74fe4351a6b1c95756bed7473d0fcecf0c9ed /npc/re/guides/guides_hugel.txt
parent563d0c59e2afa7d63f8fab5faeb79c80d63a34a9 (diff)
downloadhercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.gz
hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.bz2
hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.xz
hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.zip
Script Standardization: changed select format in RE folder
Diffstat (limited to 'npc/re/guides/guides_hugel.txt')
-rw-r--r--npc/re/guides/guides_hugel.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/re/guides/guides_hugel.txt b/npc/re/guides/guides_hugel.txt
index e26e97c11..4604e9f2d 100644
--- a/npc/re/guides/guides_hugel.txt
+++ b/npc/re/guides/guides_hugel.txt
@@ -42,11 +42,11 @@ hugel,98,56,3 script Hugel Guide Granny#hugel 4_F_LGTGRAND,{
next;
.@str$ = "Would you like to know more locations?";
while (1) {
- switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
+ switch(select("[ Main Facilities ]", "[ Merchants & Helpers ]", "Remove Marks from Mini-Map", "Cancel")) {
case 1:
.@loop = 1;
while (.@loop) {
- switch(select("[ Church ]:[ Inn ]:[ Pub ]:[ Airport ]:[ Weapon Shop ]:[ Tool Shop ]:[ Bingo Game Room ]:[ ^3131FFHunter Guild^000000 ]:[ Party Supplies Shop ]:[ ^3131FFShrine Expedition^000000 ]:Previous Menu")) {
+ switch(select("[ Church ]", "[ Inn ]", "[ Pub ]", "[ Airport ]", "[ Weapon Shop ]", "[ Tool Shop ]", "[ Bingo Game Room ]", "[ ^3131FFHunter Guild^000000 ]", "[ Party Supplies Shop ]", "[ ^3131FFShrine Expedition^000000 ]", "Previous Menu")) {
case 1:
mes "[Hugel Guide Granny]";
mes "Well, to me, this "+F_Navi("Church","hugel,159,113")+" is rather like a place for old folks like me, you know...";
@@ -139,7 +139,7 @@ hugel,98,56,3 script Hugel Guide Granny#hugel 4_F_LGTGRAND,{
case 2:
.@loop = 1;
while (.@loop) {
- switch(select("[ Monster Race Arena ]:[ Cool Event Corp. Staff ]:Previous Menu")) {
+ switch(select("[ Monster Race Arena ]", "[ Cool Event Corp. Staff ]", "Previous Menu")) {
case 1:
mes "[Hugel Guide Granny]";
mes "I also like playing Monster Race games. It is pretty fun, you know?";
@@ -202,11 +202,11 @@ hugel,187,172,6 script Guide Rich King#hugel 4_M_CRU_KNT,{
F_Navi("[Rich King]");
next;
while (1) {
- switch(select("[ Main Facilities ]:[ Merchants & Helpers ]:Remove Marks from Mini-Map:Cancel")) {
+ switch(select("[ Main Facilities ]", "[ Merchants & Helpers ]", "Remove Marks from Mini-Map", "Cancel")) {
case 1:
.@loop = 1;
while (.@loop) {
- switch(select("[ Church ]:[ Inn ]:[ Pub ]:[ Airport ]:[ Weapon Shop ]:[ Tool Shop ]:[ Bingo Game Room ]:[ Hunter Guild ]:[ Party Supplies Shop ]:[ Shrine Expedition ]:Previous Menu")) {
+ switch(select("[ Church ]", "[ Inn ]", "[ Pub ]", "[ Airport ]", "[ Weapon Shop ]", "[ Tool Shop ]", "[ Bingo Game Room ]", "[ Hunter Guild ]", "[ Party Supplies Shop ]", "[ Shrine Expedition ]", "Previous Menu")) {
case 1:
callsub L_Mark, F_Navi("Church","hugel,159,113","^FF0000");
viewpoint 1,159,113,0,0xFF0000;
@@ -266,7 +266,7 @@ hugel,187,172,6 script Guide Rich King#hugel 4_M_CRU_KNT,{
case 2:
.@loop = 1;
while (.@loop) {
- switch(select("[ Monster Race Arena ]:[ Cool Event Corp. Staff ]:Previous Menu")) {
+ switch(select("[ Monster Race Arena ]", "[ Cool Event Corp. Staff ]", "Previous Menu")) {
case 1:
callsub L_Mark, "^FF1493Monster Race Arena^000000";
viewpoint 1,60,71,10,0xFF1493;