summaryrefslogtreecommitdiff
path: root/npc/scripts.conf
diff options
context:
space:
mode:
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r--npc/scripts.conf12
1 files changed, 7 insertions, 5 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf
index 3c5bc7cf..9b753693 100644
--- a/npc/scripts.conf
+++ b/npc/scripts.conf
@@ -3,11 +3,6 @@
// Critical functions
"npc/functions/permissions.txt",
-// Item functions
-"npc/items/croconut.txt",
-"npc/items/shovel.txt",
-"npc/items/rand_sc_heal.txt",
-
// General-purpose Framework functions
"npc/functions/array.txt",
"npc/functions/time.txt",
@@ -15,8 +10,10 @@
"npc/functions/input.txt",
"npc/functions/string.txt",
"npc/functions/RNGesus.txt",
+"npc/functions/math.txt",
// Misc functions
+"npc/functions/main.txt",
"npc/functions/asleep.txt",
"npc/functions/barber.txt",
"npc/functions/clientversion.txt",
@@ -83,6 +80,11 @@
"npc/functions/quest-debug/032-ArtisQuests_MonaDad.txt",
"npc/functions/quest-debug/033-Artis_Legion_Progress.txt",
+// Item functions
+"npc/items/croconut.txt",
+"npc/items/shovel.txt",
+"npc/items/rand_sc_heal.txt",
+
// custom atcommands
"npc/commands/music.txt",
"npc/commands/warp.txt",