summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-02 11:03:03 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-02 11:03:03 -0300
commitb3def12ea45b45833bbe1d6b5e8c704700a8a6cb (patch)
tree2dd74c8d04861c64ad9a402657577cfd56e19406 /npc
parent397949a0e46fdc813b195a04f02972e8d089ce7b (diff)
downloadserverdata-b3def12ea45b45833bbe1d6b5e8c704700a8a6cb.tar.gz
serverdata-b3def12ea45b45833bbe1d6b5e8c704700a8a6cb.tar.bz2
serverdata-b3def12ea45b45833bbe1d6b5e8c704700a8a6cb.tar.xz
serverdata-b3def12ea45b45833bbe1d6b5e8c704700a8a6cb.zip
Reorder a bit scripts.conf
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/util.txt2
-rw-r--r--npc/scripts.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index df3dd0dd6..ea6fa352c 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -658,7 +658,7 @@ function script EnterTown {
.@v$=getarg(0);
// Validade variable, see npc/000-1/exit.txt first
- setarray .@locs$, "Candor", "Tulim", "Halin", "Hurns", "LoF", "Lilit", "Nival", "Frostia";
+ setarray .@locs$, "Candor", "Tulim", "Halin", "Hurns", "LoF", "Lilit", "Nival", "Frostia";
if (array_find(.@locs$, .@v$) < 0)
return Exception("Invalid location passed to EnterTown: "+.@v$);
diff --git a/npc/scripts.conf b/npc/scripts.conf
index 832e62242..fa1f32f45 100644
--- a/npc/scripts.conf
+++ b/npc/scripts.conf
@@ -2,11 +2,11 @@
// Critical functions
"npc/functions/permissions.txt",
+"npc/functions/array.txt",
"npc/functions/main.txt",
"npc/functions/util.txt",
// General-purpose Framework functions
-"npc/functions/array.txt",
"npc/functions/input.txt",
"npc/functions/math.txt",
"npc/functions/string.txt",