View Single Post
06-13-10, 05:02 PM   #13
Grimsin
A Molten Giant
 
Grimsin's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 990
so a local is still an upvalue even if it is not inside of a function or any table?

what i did was move all the local blahblah = functionblah) outside of my functions and tables then got a new error saying i had more then 200 locals. would that technically be to many upvalues to?

and to table those locals... can i just do a the blahblah = {} then put blahblah.myword = functionblah) ?

then to call that just change all the spots through out my code that say myword to read blahblah.myword ? it sounds to simple...
__________________
"Are we there yet?"

GrimUI
[SIGPIC][/SIGPIC]

Last edited by Grimsin : 06-13-10 at 05:04 PM.
  Reply With Quote