summaryrefslogtreecommitdiff
path: root/npc/scripts.conf
diff options
context:
space:
mode:
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r--npc/scripts.conf15
1 files changed, 11 insertions, 4 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf
index b172664c..2ffd8cb6 100644
--- a/npc/scripts.conf
+++ b/npc/scripts.conf
@@ -1,13 +1,22 @@
// This is the main script import file
+// Critical functions
+"npc/functions/permissions.txt",
+
// Item functions
"npc/items/croconut.txt",
"npc/items/shovel.txt",
"npc/items/rand_sc_heal.txt",
-// Script functions
-"npc/functions/permissions.txt",
+// General-purpose Framework functions
+"npc/functions/array.txt",
+"npc/functions/time.txt",
+"npc/functions/timer.txt",
"npc/functions/input.txt",
+"npc/functions/string.txt",
+"npc/functions/RNGesus.txt",
+
+// Misc functions
"npc/functions/asleep.txt",
"npc/functions/barber.txt",
"npc/functions/clientversion.txt",
@@ -32,8 +41,6 @@
"npc/functions/npcmovegraph.txt",
"npc/functions/fishing.txt",
"npc/functions/mouboofunc.txt",
-"npc/functions/string.txt",
-"npc/functions/time.txt",
"npc/functions/asklanguage.txt",
"npc/functions/game-rules.txt",
"npc/functions/riddle.txt",