我想要一个随机生成的数 比如1-20里面随机生成一个数 如果是1执行a 如果是2 执行b大概这个意思 求大神讲解
查看更多
function main() math.randomseed(tostring(os.time()):sub(5):reverse()); -- 随机种子 x = math.random(1, 20); if x == 1 then a elseif x == 2 then b elseif x == 3 then c end end
发布 问题
分享 好友
手机 浏览
回到 顶部