print("High score: "..tostring(score)). 3. local file,err = io.open("high_score.txt",'w'). 4. if file then. 5. file:write(tostring(score)).
確定! 回上一頁