View Single Post
06/10/20, 11:42 AM   #8
Drummerx04
AddOn Author - Click to view addons
Join Date: Sep 2017
Posts: 54
It would help to post the real contents of MakingTable.lua and MyAddon.xml, assuming they aren't stupidly large files. There are some interactions which aren't well explained in the ESO lua world which can result in nil values in odd places.
For example, every element created in xml files has a global variable binding which can conflict with your tables if you gave them the same name.

Another thing to check is whether or not you can just "/script d(MyAddonTable)" once your addon is loaded, this will show whether or not your table made it to the global scope in one piece.
  Reply With Quote