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

8
SCRIPTS/TOOLS/TBSAgentLite.lua Executable file
View file

@ -0,0 +1,8 @@
--------------------------------------------------------------------------------
-- TBS Agent Lite 0.95
-- release date: 2021-11
-- author: JimB40
--------------------------------------------------------------------------------
local toolName = "TNS|TBS Agent Lite|TNE"
local SP = '/SCRIPTS/TOOLS/TBSAGENTLITE/'
return {run=(loadScript(SP..'loader','Tx')(SP)).run}