View Single Post
08-27-20, 09:46 AM   #11
Zlodo
A Defias Bandit
AddOn Author - Click to view addons
Join Date: Nov 2010
Posts: 3
It's 200 local variable per function, correct? So if you exceeded it you probably have a gigantic, unwieldy function that can be split into simpler functions. Keep in mind that the top level of a Lua file is also a function.
  Reply With Quote