-- title: game title
-- author: game developer
-- desc: short description
-- script: lua
t=0
x=96
y=24
function TIC()
cls
spr(0,0,0)
end
erro: ">[string "-- title: game title..."]:12:syntax error near 'spr'
-- title: game title
-- author: game developer
-- desc: short description
-- script: lua
t=0
x=96
y=24
function TIC()
cls
spr(0,0,0)
end
erro: ">[string "-- title: game title..."]:12:syntax error near 'spr'
Pedro, tente fechar os parênteses após o comando de limpar a tela: cls()