You need to use double equals == for equality testing, = is for assignment in lua. http://www.lua.org/pil/3.2.html.
確定! 回上一頁