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_niflheim.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_niflheim.txt')
-rw-r--r-- | npc/pre-re/guides/guides_niflheim.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/pre-re/guides/guides_niflheim.txt b/npc/pre-re/guides/guides_niflheim.txt index 6b4525a4a..5b0548800 100644 --- a/npc/pre-re/guides/guides_niflheim.txt +++ b/npc/pre-re/guides/guides_niflheim.txt @@ -51,12 +51,12 @@ niflheim,107,156,6 script Roaming Man#nif 4_M_NFMAN,{ mes "layout might help you escape"; mes "if it weren't so futile."; next; - switch(select("Ask building locations.:Remove marks on the mini-map.:Cancel.")) { + switch(select("Ask building locations.", "Remove marks on the mini-map.", "Cancel.")) { case 1: mes "[Ricael]"; mes "So, um, which place do you want to know about?"; next; - switch(select("Witch's castle:Tool shop:Weapon shop:Pub:Cancel")) { + switch(select("Witch's castle", "Tool shop", "Weapon shop", "Pub", "Cancel")) { case 1: mes "[Ricael]"; mes "There. I made a ^FF3355+^000000 mark"; |