chance
local chance=250
math.randomseed(os.time())local i=0;repeat;local a=math.random(1,chance)i=i+1;until a==1;print("done")print("took "..i.." attempt(s)")INFO
local chance=250
math.randomseed(os.time())local i=0;repeat;local a=math.random(1,chance)i=i+1;until a==1;print("done")print("took "..i.." attempt(s)")