WinCraps AutoBets, Data Format 3.9  lB8B ' This system plays flat bets on the Pass Line and Don't Pass c' This system plays flat bets on the Pass Line and Don't Pass ' A running count is kept as follows: c' A running count is kept as follows: ' A pass counts as +1 c' A pass counts as +1 ' A miss counts as -1 (unless it was due to bar 12 - then it counts as 0) c' A miss counts as -1 (unless it was due to bar 12 - then it counts as 0) ' When the count reaches +3 or -3 betting begins on the side that is behind c' When the count reaches +3 or -3 betting begins on the side that is behind ' In other words, if +3 then Don't Pass is bet, if -3 then Pass Line is bet c' In other words, if +3 then Don't Pass is bet, if -3 then Pass Line is bet ' Betting then continues until the count returns to zero c' Betting then continues until the count returns to zero When . . .  Initializing Auto-Bet  <F then . . . Name Chip-Stack # 1 as "The count" WThe count  Bet $ 0 on Chip-Stack # 1  ÈD Set Auto-Take Full Odds to False [ Set Auto-Lay Full Odds to False \ Make the count ZMake the count When . . .  ÈD A Point is decided "for" any number  £D or when . . .  Last roll was a Come-out roll  À¢D Any 7 has rolled each time  àúD or when . . .  Last roll was a Come-out roll  À¢D Any 11 has rolled each time  `ûD then . . .  £D Add $ 1 on Chip-Stack # 1  €?ÈD When . . . 3 B A Point is decided "against" any number  £D or when . . .  Last roll was a Come-out roll  À¢D A 2 has rolled each time  @úD or when . . .  Last roll was a Come-out roll  À¢D Any 3 has rolled each time  `úD then . . .  £D Subtract $ 1 from Chip-Stack # 1  €?ÈD Check the count ZCheck the count When . . .  Chip-Stack # 1 is greater than $ 2  @ÈD or when . . .  Chip-Stack # 1 is less than $ -2  ÀÈD then . . . Set flag "OK to bet" to True MOK to bet €¿ When . . .  Chip-Stack # 1 is equal to $ 0  ÈD then . . . Set flag "OK to bet" to False MOK to bet Make bets ZMake bets While . . .   @ÈD Next roll is a Come-out roll   ¢D Flag "OK to bet" is True OK to bet €¿€»D Chip-Stack # 1 is less than $ 0  ÈD then . . . ÈD Bet $ 25 on Pass Line  ÈA,B While . . .  Next roll is a Come-out roll   ¢D Flag "OK to bet" is True OK to bet €¿€»D Chip-Stack # 1 is greater than $ 0  ÈD then . . . ÈD Bet $ 25 on Don't Pass  ÈA8B