chance = 90 bethigh = true basebet = 0.00000100 nextbet = basebet profittarget= 1.00000000 function dobet() if (win) then chance = 90.00 nextbet = basebet else if chance == 20 then nextbet = previousbet * 1.255 else chance = 20 nextbet = 0.00000030 bethigh = !bethigh end end end