diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:50:51 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2016-01-17 17:54:40 +0530 |
commit | b24b79b3d4f391c415268af3db2d268214bcfd70 (patch) | |
tree | 1717aeb9ee9c996e53ad4ac2a4376f8ce45476e1 /npc/pre-re/guides/guides_juno.txt | |
parent | 4d139eb924e63f88065071de722ddc39465cd5e3 (diff) | |
download | hercules-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_juno.txt')
-rw-r--r-- | npc/pre-re/guides/guides_juno.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/pre-re/guides/guides_juno.txt b/npc/pre-re/guides/guides_juno.txt index c7e2a983a..f39511ed9 100644 --- a/npc/pre-re/guides/guides_juno.txt +++ b/npc/pre-re/guides/guides_juno.txt @@ -43,7 +43,7 @@ yuno,153,47,4 script Juno Guide#yuno 8_F_GIRL,{ mes "A place that takes the vision of the future, and gives it form in the present. Welcome to"; mes "the city of Juno!"; next; - switch(select("Armory:Tool Shop:Sage Castle (Sage Job Change Place):Street of Book Stores:Juphero Plaza:Library of the Republic:Schweicherbil Magic Academy:Monster Museum:Forge:Airport:End Conversation")) { + switch(select("Armory", "Tool Shop", "Sage Castle (Sage Job Change Place)", "Street of Book Stores", "Juphero Plaza", "Library of the Republic", "Schweicherbil Magic Academy", "Monster Museum", "Forge", "Airport", "End Conversation")) { case 1: viewpoint 1,120,138,0,0xFF3355; mes "[Ms. Yoon]"; |