Initial Commit

This commit is contained in:
Annika Merris 2025-06-26 07:54:22 -04:00
commit 933eee69e4
216 changed files with 20588 additions and 0 deletions

11
SCRIPTS/TOOLS/WizardLoader.lua Executable file
View file

@ -0,0 +1,11 @@
local toolName = "TNS|Wizard Loader|TNE"
local function init()
end
local function run(event)
chdir("/SCRIPTS/WIZARD")
return "/SCRIPTS/WIZARD/wizard.lua"
end
return {init = init, run = run}