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_amatsu.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/pre-re/guides/guides_amatsu.txt') diff --git a/npc/pre-re/guides/guides_amatsu.txt b/npc/pre-re/guides/guides_amatsu.txt index b8ffe19bf..3409b71ae 100644 --- a/npc/pre-re/guides/guides_amatsu.txt +++ b/npc/pre-re/guides/guides_amatsu.txt @@ -48,7 +48,7 @@ amatsu,207,89,3 script Amatsu Guide#ama 4_F_JPN,{ mes "Please tell me"; mes "if you want to know something."; next; - switch(select("Palace:Tool Shop:Weapon Shop:Bar")) { + switch(select("Palace", "Tool Shop", "Weapon Shop", "Bar")) { case 1: viewpoint 1,85,235,0,0xFF3355; mes "[Amachang]"; @@ -97,7 +97,7 @@ amatsu,251,283,4 script Guide Man#2ama 8_M_JPNSOLDIER,{ mes "[Guide Man]"; mes "What are you looking for?"; next; - switch(select("Palace:Tool Shop:Weapon Shop:Bar")) { + switch(select("Palace", "Tool Shop", "Weapon Shop", "Bar")) { case 1: viewpoint 1,85,235,0,0xFF3355; mes "[Guide Man]"; -- cgit v1.2.3-60-g2f50