|
Roger Durañona Vargas wrote:
You need to load the tables library: http://www.lua.org/manual/5.1/manual.html#5.5Do I need to load an specific library to use table.insert? Im getting nil value error when I try to use it.
See also the last paragraph of section 5: http://www.lua.org/manual/5.1/manual.html#5
Tim