diff options
Diffstat (limited to 'npc/scripts.conf')
-rwxr-xr-x | npc/scripts.conf | 33 |
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" |