summaryrefslogtreecommitdiff
path: root/npc/cities/comodo.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-16 20:21:28 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-16 20:21:28 +0530
commit5235fb8353dfc68d71608bb26b4ba776974a0991 (patch)
treee767a578f48d383ce3dbdc031f4dd7728e8fc82f /npc/cities/comodo.txt
parent226f8b335500dbef9c647603f7e2cbe99b885956 (diff)
downloadhercules-5235fb8353dfc68d71608bb26b4ba776974a0991.tar.gz
hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.tar.bz2
hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.tar.xz
hercules-5235fb8353dfc68d71608bb26b4ba776974a0991.zip
Script Standardization: changed select format in cities folder
Diffstat (limited to 'npc/cities/comodo.txt')
-rw-r--r--npc/cities/comodo.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/cities/comodo.txt b/npc/cities/comodo.txt
index 8edabca8a..8ac60a171 100644
--- a/npc/cities/comodo.txt
+++ b/npc/cities/comodo.txt
@@ -317,7 +317,7 @@ cmd_fild07,192,58,4 script Rahasu#cmd 4W_SAILOR,{
mes "Paros Lighthouse, I'll";
mes "be happy to tell you.";
next;
- if (select("Paros Lighthouse?:Cancel") == 1) {
+ if (select("Paros Lighthouse?", "Cancel") == 1) {
mes "[Rahasu]";
mes "For many years, this";
mes "lighthouse guided many";
@@ -363,7 +363,7 @@ cmd_fild07,299,83,4 script Zain#cmd 4W_SAILOR,{
mes "can travel on Reudelus";
mes "to Alberta or Izlude.";
next;
- switch(select("Alberta - 600 Zeny:Izlude - 800 Zeny:Cancel")) {
+ switch(select("Alberta - 600 Zeny", "Izlude - 800 Zeny", "Cancel")) {
case 1:
if (Zeny < 600) break;
Zeny -= 600;
@@ -424,7 +424,7 @@ moc_fild12,35,303,4 script Serutero#cmd 1_M_ORIENT01,{
mes "If you really want to go there,";
mes "I'll permit you to continue, but you must beware of its dangers...";
next;
- switch(select("I'm going there!:Sandaruman Fortress?:Cancel")) {
+ switch(select("I'm going there!", "Sandaruman Fortress?", "Cancel")) {
case 1:
mes "[Serutero]";
mes "So you're really going";