level 1
math.randomseed(tostring(os.time()))
local a = math.random(1,3001)
local a = math.random(1,3001)
if a >= 1 and a <= 1001 then
print("恭喜您,抽到了红色卡牌!")
elseif a >= 1002 and a <=2001 then
print("恭喜您,抽到了蓝色卡牌!")
elseif a >= 2002 and a <= 3001 then
print("恭喜您,抽到了绿色卡牌!")
end
2016年05月21日 04点05分

