I trying this execution:
setColor and rectangle loaded on a table, but on time of run in love.draw only do not execute nothing.
im using 11.5. if anyone help me on this.
Iterating with:
load(value)()
will work but you should really save the table contents as function instead strings.
t = {function() lg.setColor(1,0,0) end}