I reached this limit on my first project. I understand I can include all local variables as a table, will this code be as effecient as using a local? [import]uid: 3093 topic_id: 17228 reply_id: 317228[/import]
yes.
using local tables as containers for variables is working just fine.
Instead of storing all vars in one table I would organize them with a handful of tables.
[import]uid: 70635 topic_id: 17228 reply_id: 65032[/import]