又双叒叕


local si={'又','双','叒','叕'}
print(unpack(si))
local game={}
local p=247312290
game[p]={}
game[p].死亡=math.random(0,100)
local str=""
if game[p].死亡==0 then str="这是第一次"
elseif game[p].死亡<5 then str=si[game[p].死亡%4]
else for i=1, math.floor(game[p].死亡/4) do str=str..si[4] end
if game[p].死亡%4~=0 then str=si[game[p].死亡%4]..str end
end
print("你 "..str.." 被炸死了!",p)
--game[p].死亡=game[p].死亡+1
