20.11.2020, 06:48
Like this, keep in mind that table indexes start at 1, not 0.
Code:
if #res == 16 then
b12 = res[ 12 ]
b13 = res[ 13 ]
log(b12, b13)
end