simple


SUBMITTED BY: Sararda

DATE: May 1, 2016, 12:57 p.m.

FORMAT: Text only

SIZE: 376 Bytes

HITS: 2319

  1. }
  2. if( iHaveEnoughMoni() )
  3. {
  4. console.log('You WON! But don\'t be greedy. Restarting!');
  5. reset();
  6. if( stopped )
  7. {
  8. stopped = false;
  9. return false;
  10. }
  11. }
  12. else
  13. {
  14. console.log('You WON! Betting again');
  15. }
  16. setTimeout(function(){
  17. $loButton.trigger('click');
  18. }, getRandomWait());
  19. }
  20. });startGame()

comments powered by Disqus