if fs.exists("haslo") then local handle = fs.open("haslo", "r") h = handle.readLine() handle.close() a = a + 1 end