Advertisement
coinwalk

lucky fish

Mar 16th, 2020
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. -- sample code
  2. chance=49.5
  3. bethigh=true
  4. basebet=balance/1280
  5. nextbet=basebet
  6.  
  7. function dobet()
  8. if (win) then
  9. bethigh= !bethigh
  10. nextbet=balance/1280
  11. else
  12. nextbet=previousbet*2
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement