WinCraps AutoBets 72 ' These Auto-Bets switch back and forth between the Pass Line and Don't Pass 99---- ------------- ' The thing that determines which side will be bet is a flag called: 99---- ------------- ' "Make bets on the Don't side" 99---- ------------- ' 99---- ------------- ' 20 % of the Bankroll is bet, but only if the Bankroll is positive 99---- ------------- ' Bets are also checked for a minimum value. 99---- ------------- ' Check both "Auto-Take" and "Auto-Lay Full Odds" from the Auto-Play screen 99---- ------------- ' if you want odds played. 99---- ------------- While . . . 02------------------------------------------------------------------------------------------------------------------------------ Flag "Make bets on the Don't side" is True 201500nnMake bets on the Don't side wwww -1ccccnn----------------------- then . . . 11------------------------------------------------------------------------------------------------------------------------------ Go to "Don't Pass Betting" 300076Don't Pass Betting 0000000ffffnnttttnn----------------------- PassLine Betting 90----PassLine Betting ------------- When . . . 01------------------------------------------------------------------------------------------------------------------------------ Pass Line has won each time 200043nn 0001 eachccccnn----------------------- Bankroll is greater than $ 0 201400nn 0013 0ccccnn----------------------- then . . . 11------------------------------------------------------------------------------------------------------------------------------ Bet 20 % of Bankroll on Pass Line 300011 201400nn0043nn----------------------- When . . . 01------------------------------------------------------------------------------------------------------------------------------ Pass Line has lost each time 200043nn 0003 eachccccnn----------------------- Bankroll is greater than $ 0 201400nn 0013 0ccccnn----------------------- then . . . 11------------------------------------------------------------------------------------------------------------------------------ Bet 20 % of Bankroll on Don't Pass 300011 201400nn0046nn----------------------- When . . . 01------------------------------------------------------------------------------------------------------------------------------ Pass Line has lost each time 200043nn 0003 eachccccnn----------------------- then . . . 11------------------------------------------------------------------------------------------------------------------------------ Display message: "Switching bets to the Don't side now" 300079Switching bets to the Don't side now 0000000ffffnnttttnn----------------------- Set flag "Make bets on the Don't side" to True 300077Make bets on the Don't side -1ffffnnttttnn----------------------- Do this . . . 13------------------------------------------------------------------------------------------------------------------------------ Go to "Increase bets to a minimum value" 300076Increase bets to a minimum value 0000000ffffnnttttnn----------------------- Don't Pass Betting 90----Don't Pass Betting ------------- When . . . 01------------------------------------------------------------------------------------------------------------------------------ Don't Pass has won each time 200046nn 0001 eachccccnn----------------------- Bankroll is greater than $ 0 201400nn 0013 0ccccnn----------------------- then . . . 11------------------------------------------------------------------------------------------------------------------------------ Bet 20 % of Bankroll on Don't Pass 300011 201400nn0046nn----------------------- When . . . 01------------------------------------------------------------------------------------------------------------------------------ Don't Pass has lost each time 200046nn 0003 eachccccnn----------------------- Bankroll is greater than $ 0 201400nn 0013 0ccccnn----------------------- then . . . 11------------------------------------------------------------------------------------------------------------------------------ Bet 20 % of Bankroll on Pass Line 300011 201400nn0043nn----------------------- When . . . 01------------------------------------------------------------------------------------------------------------------------------ Don't Pass has lost each time 200046nn 0003 eachccccnn----------------------- then . . . 11------------------------------------------------------------------------------------------------------------------------------ Display message: "Switching bets to the Do side now" 300079Switching bets to the Do side now 0000000ffffnnttttnn----------------------- Set flag "Make bets on the Don't side" to False 300077Make bets on the Don't side 0ffffnnttttnn----------------------- Increase bets to a minimum value 90----Increase bets to a minimum value ------------- While . . . 02------------------------------------------------------------------------------------------------------------------------------ Pass Line is greater than $ 0 200043nn 0013 0ccccnn----------------------- Pass Line is less than $ 5 200043nn 0015 5ccccnn----------------------- then . . . 11------------------------------------------------------------------------------------------------------------------------------ Bet $ 5 on Pass Line 300010 5ffffnn0043nn----------------------- Display message: "Increasing the Pass Line bet to a minimum of $5" 300079Increasing the Pass Line bet to a minimum of $5 0000000ffffnnttttnn----------------------- While . . . 02------------------------------------------------------------------------------------------------------------------------------ Don't Pass is greater than $ 0 200046nn 0013 0ccccnn----------------------- Don't Pass is less than $ 5 200046nn 0015 5ccccnn----------------------- then . . . 11------------------------------------------------------------------------------------------------------------------------------ Bet $ 5 on Don't Pass 300010 5ffffnn0046nn----------------------- Display message: "Increasing the Don't Pass bet to a minimum of $5" 300079Increasing the Don't Pass bet to a minimum of $5 0000000ffffnnttttnn----------------------- Check that at least one bet is made 90----Check that at least one bet is made ------------- While . . . 02------------------------------------------------------------------------------------------------------------------------------ Flag "Make bets on the Don't side" is False 201500nnMake bets on the Don't side wwww 0ccccnn----------------------- Pass Line is equal to $ 0 200043nn 0011 0ccccnn----------------------- then . . . 11------------------------------------------------------------------------------------------------------------------------------ Bet $ 5 on Pass Line 300010 5ffffnn0043nn----------------------- Display message: "Making a minimum Pass Line bet" 300079Making a minimum Pass Line bet 0000000ffffnnttttnn----------------------- While . . . 02------------------------------------------------------------------------------------------------------------------------------ Flag "Make bets on the Don't side" is True 201500nnMake bets on the Don't side wwww -1ccccnn----------------------- Don't Pass is equal to $ 0 200046nn 0011 0ccccnn----------------------- then . . . 11------------------------------------------------------------------------------------------------------------------------------ Bet $ 5 on Don't Pass 300010 5ffffnn0046nn----------------------- Display message: "Making a minimum Don't Pass bet" 300079Making a minimum Don't Pass bet 0000000ffffnnttttnn-----------------------