0% found this document useful (0 votes)
15 views1 page

Lua Mod Loading and Execution

The document details the loading and execution of three mod files. The first two files, qa_console.lua and qa_functions.lua loaded successfully but qa_console() was not found. The third file, test_script_here.lua also loaded successfully and its function executed along with the function in qa_functions().
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views1 page

Lua Mod Loading and Execution

The document details the loading and execution of three mod files. The first two files, qa_console.lua and qa_functions.lua loaded successfully but qa_console() was not found. The third file, test_script_here.lua also loaded successfully and its function executed along with the function in qa_functions().
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

****************************

Loading Mods
Loading mod file [script\_lib\mod\qa_console.lua]
Mod [script\_lib\mod\qa_console.lua] loaded successfully
Loading mod file [script\_lib\mod\qa_functions.lua]
Mod [script\_lib\mod\qa_functions.lua] loaded successfully
Loading mod file [script\_lib\mod\test_script_here.lua]
Mod [script\_lib\mod\test_script_here.lua] loaded successfully
****************************

****************************
Executing Mods
qa_console() not found, continuing
Executing mod function qa_functions()
qa_functions() executed successfully
Executing mod function test_script_here()
test_script_here() executed successfully
****************************

You might also like