1
resposta

Erro ao tentar dar run no primeiro passo

-- 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'

1 resposta

Pedro, tente fechar os parênteses após o comando de limpar a tela: cls()