WinCraps AutoBets, Data Format 3.9  àA@B ' This is an example of using a simple counting delay c' This is an example of using a simple counting delay ' First decide on a Chip-Stack to use as a counter. c' First decide on a Chip-Stack to use as a counter. ' Then decide when it should be incremented and at what point you want c' Then decide when it should be incremented and at what point you want ' to take some action. If you want the cycle to repeat, you should also decide c' to take some action. If you want the cycle to repeat, you should also decide ' when to reset the counter. c' when to reset the counter. ' c' ' In this example, the objective is to first wait until a point has been c' In this example, the objective is to first wait until a point has been ' established, then count 3 more rolls and make a Don't Come bet. If the c' established, then count 3 more rolls and make a Don't Come bet. If the ' point is won or lost before 3 rolls are counted then no bet is made, then c' point is won or lost before 3 rolls are counted then no bet is made, then ' the counter is reset to zero, and the cycle starts over. c' the counter is reset to zero, and the cycle starts over. ' c' ' Remember that the entire Auto-bet script is run and evaluated after c' Remember that the entire Auto-bet script is run and evaluated after ' each dice roll. c' each dice roll. These lines increment the counter ZThese lines increment the counter While . . . 4 `A A Point is established on any number  à¢D then . . .  à¢D Add $ 1 on Chip-Stack #1  €?ÈD These lines reset the counter ZThese lines reset the counter When . . .  Next roll is a Come-out roll   ¢D then . . . Bet $ 0 on Chip-Stack #1  ÈD These lines make a bet when the value of the counter reaches 4 ZThese lines make a bet when the value of the counter reaches 4 When . . .  ÈD Chip-Stack # 1 is equal to $ 4  €@ÈD then . . . @@ÈD Bet $ 5 on Don't Come   @@B