Initial Commit
This commit is contained in:
commit
933eee69e4
216 changed files with 20588 additions and 0 deletions
11
SCRIPTS/TOOLS/WizardLoader.lua
Executable file
11
SCRIPTS/TOOLS/WizardLoader.lua
Executable 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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue