Im practicing using tables and i keep getting this error
and i keep getting this errorCode:if L1==1 then
YVars=Yvars-4
If Line1[1]==0 then
screen:blit(0, YVars1, block)
end
end
'=' expected near 'Line1'
the error is on line 51 which is the res line in the code. All the variables are working and created and i cant figure out what the problem is
