Difference between revisions of "NCScriptsObjectFunctions"
(Created page with "<center><p style="color: #DDDD88;font-size: 24px">General Script Information</p></center> <center><p style="width: 60%">Below is a table showing the various script examples, h...") |
|||
Line 4: | Line 4: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px;padding: 0px;margin: 0px">AddModule(filename,table)</p>filename - Name of script file<br>table - Initializer table || The table may be omitted but allows you to send a table package to the script, then use the ModuleAttached Event to handle the table package. |
− | |||
− | |||
− | |||
− | |||
</center> | </center> |
Revision as of 08:14, 8 November 2019
General Script Information
Below is a table showing the various script examples, here is a Legends of Aria Lua Reference.
AddModule(filename,table) filename - Name of script filetable - Initializer table |
The table may be omitted but allows you to send a table package to the script, then use the ModuleAttached Event to handle the table package. |