Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Vrul
Forum: Lua/XML Help 09-02-10, 12:26 PM
Replies: 10
Views: 5,834
Posted By Vrul
info.owner = this:GetParent() Your issue is that...

info.owner = this:GetParent()

Your issue is that the this in that code is not the self passed to the initialization function. Use:


info.owner = self
Showing results 1 to 1 of 1