Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1.  
  2. boss mode on streak 5 start betting on streak6
  3.  
  4. initial bet 5
  5. multiplier 3
  6.  
  7.  
  8. streak 1
  9. streak 2
  10. streak 3
  11. streak 4
  12. streak 5
  13. streak 6 5
  14. streak 7 15
  15. streak 8 45
  16. streak 9 135
  17.  
  18.  
  19. formula =
  20.  
  21.  
  22.  
  23. if "boss mode"
  24.  
  25.  
  26.  
  27. if bossrollnum = 1 then
  28. currentBossBet = initialBet
  29. else
  30. currentBossBet *= multiplier
  31. end if
  32.  
  33.  
  34.  
  35.  
  36. incase you're resetting and still doing a boss streak thing.. then
  37.  
  38. if bossStreakNum > 1 then
  39. if bossrollnum = 1 then
  40. currentBossBet = initialBet
  41. else
  42. currentBossBet *= multiplier
  43. end if
  44. end if
  45.  
  46. that way it will still only work when in streak
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement