Apparently Lua uses a 'seed' for random numbers, so the same seed will give the same random numbers. I would set the seed to 'math.random()' to randomize it ...
確定! 回上一頁