summaryrefslogtreecommitdiff
path: root/npc/scripts.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-10 03:00:20 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-10 03:00:20 -0300
commitba1e827b6b4c17c35a163e6b55be8c122de632b8 (patch)
tree819f93d0ffee3697e336471710afb9681f0b8d86 /npc/scripts.conf
parent6e7f3113c0faad9edd4367d100ba9dd77e8d3130 (diff)
downloadserverdata-ba1e827b6b4c17c35a163e6b55be8c122de632b8.tar.gz
serverdata-ba1e827b6b4c17c35a163e6b55be8c122de632b8.tar.bz2
serverdata-ba1e827b6b4c17c35a163e6b55be8c122de632b8.tar.xz
serverdata-ba1e827b6b4c17c35a163e6b55be8c122de632b8.zip
Add several convenience functions. Fix some bugs regarding misuse of readparam()
Diffstat (limited to 'npc/scripts.conf')
-rwxr-xr-xnpc/scripts.conf33
1 files changed, 32 insertions, 1 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf
index 568123ff..5f1d6335 100755
--- a/npc/scripts.conf
+++ b/npc/scripts.conf
@@ -1,6 +1,25 @@
+// Critical functions
"npc/functions/main.txt",
+"npc/functions/string.txt",
+"npc/functions/array.txt",
+"npc/functions/math.txt",
+"npc/functions/permissions.txt",
+
+// General-Purpose Framework Functions
+"npc/functions/input.txt",
+"npc/functions/time.txt",
+"npc/functions/timer.txt",
+"npc/functions/goodbye.txt",
+
+// Pre-Loading Functions
"npc/functions/clear_vars.txt",
+"npc/functions/asklanguage.txt",
+"npc/functions/inventoryplace.txt",
+"npc/functions/random-talk.txt",
+"npc/functions/inc_sc_bonus.txt",
+"npc/commands/kami.txt",
+// Main Functions
"npc/functions/banker.txt",
"npc/functions/barber.txt",
"npc/functions/dailyquest.txt",
@@ -29,6 +48,7 @@
"npc/functions/motd.txt",
"npc/functions/motdconfig.txt",
+// Items
"npc/items/purification_potion.txt",
"npc/items/scissors.txt",
"npc/items/pickled_beets.txt",
@@ -45,8 +65,16 @@
//@include "npc/magic/_import.txt",
-//@include "npc/commands/_import.txt",
+// Commands
+"npc/commands/debug-quest.txt",
+"npc/commands/debug.txt",
+"npc/commands/ipcheck.txt",
+"npc/commands/language.txt",
+"npc/commands/numa.txt",
+"npc/commands/python.txt",
+"npc/commands/resync.txt",
+// Events
"npc/functions/gm_island.txt",
"npc/annuals/fathertime.txt",
"npc/annuals/check_time.txt",
@@ -65,5 +93,8 @@
"npc/annuals/halloween/munro.txt",
"npc/annuals/halloween/trick_or_treat.txt",
+// Post Loading Functions
+"npc/functions/filters.txt",
+
@include "npc/_import.txt"