View Single Post
Unread 10-07-11, 01:45 PM   #3
bmcquist
Zombie
Join Date: Aug 2011
Posts: 1
From the error it looks like it's trying to call a function from addon.lua and not objectfactory.lua. You might want to check to make sure you dont have functions of the same names in the two files. Also, make sure your functions are public and not private.
bmcquist is offline   Reply With Quote