summaryrefslogtreecommitdiff
path: root/npc/re/cities/izlude.txt
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2016-01-17 17:59:05 +0530
committerDastgir <dastgirpojee@rocketmail.com>2016-01-17 18:23:15 +0530
commit0462bc828e59ce99a48303a2f6190d3a01ce9465 (patch)
tree58a74fe4351a6b1c95756bed7473d0fcecf0c9ed /npc/re/cities/izlude.txt
parent563d0c59e2afa7d63f8fab5faeb79c80d63a34a9 (diff)
downloadhercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.gz
hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.bz2
hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.tar.xz
hercules-0462bc828e59ce99a48303a2f6190d3a01ce9465.zip
Script Standardization: changed select format in RE folder
Diffstat (limited to 'npc/re/cities/izlude.txt')
-rw-r--r--npc/re/cities/izlude.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/cities/izlude.txt b/npc/re/cities/izlude.txt
index 29a1a9a72..beb7cd6d9 100644
--- a/npc/re/cities/izlude.txt
+++ b/npc/re/cities/izlude.txt
@@ -107,7 +107,7 @@ function script F_IzludeChannel {
mes "I can send you to another copy of Izlude.";
mes "Do you want to go to another copy?";
next;
- .@i = select(getarg(0)+":Never mind");
+ .@i = select(getarg(0)+"", "Never mind");
if (.@i < 6) {
setarray .@maps$[1],"izlude","izlude_a","izlude_b","izlude_c","izlude_d";
savepoint .@maps$[.@i],128,98;