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_aldebaran.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_aldebaran.txt')
-rw-r--r-- | npc/pre-re/guides/guides_aldebaran.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/pre-re/guides/guides_aldebaran.txt b/npc/pre-re/guides/guides_aldebaran.txt index b82ad9348..d5cdde68e 100644 --- a/npc/pre-re/guides/guides_aldebaran.txt +++ b/npc/pre-re/guides/guides_aldebaran.txt @@ -49,7 +49,7 @@ aldebaran,139,63,4 script Soldier#alde 8W_SOLDIER,{ mes "I am in charge of the Service Guides from the Al De Baran Garrison. Let me guide you"; mes "through our town!"; next; - if (select("Get Location Guide.:End conversation.") == 1) { + if (select("Get Location Guide.", "End conversation.") == 1) { viewpoint 1,61,229,0,0xFF6633; viewpoint 1,72,197,1,0x0000FF; viewpoint 1,223,222,2,0x00FFFF; @@ -88,7 +88,7 @@ aldebaran,133,108,4 script Soldier#2alde 8W_SOLDIER,{ mes "populace, I'm here giving directions to adventurers"; mes "like yourself."; next; - switch(select("Kafra Main Office :Weapon Shop :Sorcerer Guild :Pub :Item Shop :Alchemist Guild :End Conversation ")) { + switch(select("Kafra Main Office ", "Weapon Shop ", "Sorcerer Guild ", "Pub ", "Item Shop ", "Alchemist Guild ", "End Conversation ")) { case 1: viewpoint 1,61,229,0,0xFF6633; mes "^FF6633+^000000 -> Kafra Main Office "; |