View Single Post
04-17-09, 08:41 AM   #6
Nuckin
is laughing at you
 
Nuckin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 58
Originally Posted by Azul View Post
Thank you. I split them and the performance wasn't as bad as the other ways.


I still wish there was a way to fix the 60 upvalue limit though.
the 60-up error is there to try and keep you from eating up all the memory

And what splitting into functions does is it scopes parts of OnUpdate.
General info on scope: http://en.wikipedia.org/wiki/Variable_scoping
__________________
SELECT * FROM users WHERE clue > 0;
0 rows returned.