chance = 33
bethigh = false
Increase = 1.6
basebet = balance/40000000
nextbet = basebet
function dobet()
if (win) then
nextbet = balance/40000000
else
nextbet = previousbet*Increase
end
0 Comments