summaryrefslogtreecommitdiff
path: root/npc/pre-re/guides/guides_louyang.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_louyang.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_louyang.txt')
-rw-r--r--npc/pre-re/guides/guides_louyang.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/pre-re/guides/guides_louyang.txt b/npc/pre-re/guides/guides_louyang.txt
index 8a977982c..855e44498 100644
--- a/npc/pre-re/guides/guides_louyang.txt
+++ b/npc/pre-re/guides/guides_louyang.txt
@@ -54,12 +54,12 @@ louyang,213,213,3 script Soldier#BA::LouGuide 4_M_CHNSOLDIER,{
mes "and we invite you to enjoy";
mes "your trip here in Louyang.";
next;
- switch(select("Ask Building Locations.:Remove all marks from mini-map.:Cancel.")) {
+ switch(select("Ask Building Locations.", "Remove all marks from mini-map.", "Cancel.")) {
case 1:
mes "[Soldier]";
mes "Where would you like to go?";
next;
- switch(select("Dragon Castle:Doctor's Office:City Hall:Weapon Shop:Tool Shop:Tavern:Cancel")) {
+ switch(select("Dragon Castle", "Doctor's Office", "City Hall", "Weapon Shop", "Tool Shop", "Tavern", "Cancel")) {
case 1:
mes "[Soldier]";
mes "The Dragon Castle is located at ^FF3355+^000000. It is where all the nobles reside, including our lord.";
@@ -160,13 +160,13 @@ louyang,224,104,3 script Representative#lou 4_F_CHNWOMAN,{
mes "Louyang is famous for";
mes "its elaborate history, as well as specialties that are unique to this nation. Please take your time and enjoy your stay.";
next;
- switch(select("Ask Building Locations.:Remove all marks from mini-map.:Cancel.")) {
+ switch(select("Ask Building Locations.", "Remove all marks from mini-map.", "Cancel.")) {
case 1:
.@compass_check = 1;
mes "[Representative]";
mes "Where would you like to go?";
next;
- switch(select("Dragon Castle:Doctor's Office:City Hall:Weapon Shop:Tool Shop:Tavern:Cancel")) {
+ switch(select("Dragon Castle", "Doctor's Office", "City Hall", "Weapon Shop", "Tool Shop", "Tavern", "Cancel")) {
case 1:
mes "[Representative]";
mes "The Dragon Castle is located at ^FF3355+^000000. It is where all the nobles reside, including our lord.";