From b24b79b3d4f391c415268af3db2d268214bcfd70 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sun, 17 Jan 2016 17:50:51 +0530 Subject: Script Standardization: changed select format in pre-re folder --- npc/pre-re/guides/guides_alberta.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/pre-re/guides/guides_alberta.txt') diff --git a/npc/pre-re/guides/guides_alberta.txt b/npc/pre-re/guides/guides_alberta.txt index 8511de33c..c3cac4750 100644 --- a/npc/pre-re/guides/guides_alberta.txt +++ b/npc/pre-re/guides/guides_alberta.txt @@ -49,7 +49,7 @@ alberta,23,238,4 script Guide#alb::AlbGuide 8W_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 "[Alberta Guide]"; mes "Please select"; @@ -60,14 +60,14 @@ alberta,23,238,4 script Guide#alb::AlbGuide 8W_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("^FF0000Merchant Guild^000000:Weapon Shop:Tool Shop:Inn:Forge:Cancel")) { + switch(select("^FF0000Merchant Guild^000000", "Weapon Shop", "Tool Shop", "Inn", "Forge", "Cancel")) { case 1: mes "[Alberta Guide]"; mes "The Merchant Guild"; -- cgit v1.2.3-70-g09d2