test


SUBMITTED BY: jasonmiville

DATE: Jan. 7, 2019, 5:37 a.m.

FORMAT: Text only

SIZE: 285 Bytes

HITS: 296

  1. chance = 81.12
  2. bethigh = true
  3. basebet = 0.00012
  4. nextbet = basebet
  5. function dobet()
  6. if (win) then
  7. chance = 81.12
  8. nextbet = basebet
  9. else
  10. if chance == 54.4 then
  11. nextbet = previousbet * 2.405
  12. else
  13. chance = 54.4
  14. nextbet = basebet/1.4 end
  15. end
  16. end

comments powered by Disqus