Thread: table behaviour
View Single Post
09/23/20, 07:33 AM   #6
Wheels
AddOn Author - Click to view addons
Join Date: Feb 2017
Posts: 60
Additionally to what is said above, make sure you're consistent with your table names.
On line 1 you declare a table called addonName
On line 2 you try and place a string into addon.name, but the table 'addon' is not the same as 'addonName'.
  Reply With Quote