diff options
Diffstat (limited to 'npc/pre-re/guides/guides_lighthalzen.txt')
-rw-r--r-- | npc/pre-re/guides/guides_lighthalzen.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/pre-re/guides/guides_lighthalzen.txt b/npc/pre-re/guides/guides_lighthalzen.txt index c0602a9d3..25ea062be 100644 --- a/npc/pre-re/guides/guides_lighthalzen.txt +++ b/npc/pre-re/guides/guides_lighthalzen.txt @@ -46,7 +46,7 @@ lighthalzen,207,310,5 script Guide#lhz::LhzGuide 4_M_EIN_SOLDIER,{ .@loop1 = 1; while (.@loop1) { next; - switch(select("City Guide:Remove Marks from Mini-Map:Notice.:Cancel")) { + switch(select("City Guide", "Remove Marks from Mini-Map", "Notice.", "Cancel")) { case 1: mes "[Lighthalzen Guide]"; mes "Please be aware that I'm"; @@ -63,13 +63,13 @@ lighthalzen,207,310,5 script Guide#lhz::LhzGuide 4_M_EIN_SOLDIER,{ 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("^FF0000Rekenber Corporation^000000:Train Station:Police Station:Bank:Hotel:Airport:Merchant Guild:Jewelry Shop:Weapon Shop:Departement Store:Cancel")) { + switch(select("^FF0000Rekenber Corporation^000000", "Train Station", "Police Station", "Bank", "Hotel", "Airport", "Merchant Guild", "Jewelry Shop", "Weapon Shop", "Departement Store", "Cancel")) { case 1: mes "[Lighthalzen Guide]"; mes "Rekenber Corporation,"; |