WinCraps AutoBets, Data Format 5.0 ZEnd ¡ ' These autobets keep all Place bets covered except the point c' These autobets keep all Place bets covered except the point ' Bets are not made where wagers already exist (thus allowing bets to be c' Bets are not made where wagers already exist (thus allowing bets to be ' pressed up.) If a bet is zero then a basic 1 unit bet is made. c' pressed up.) If a bet is zero then a basic 1 unit bet is made. ' Whenever a new point is established and a bet exists on it, the equivalent c' Whenever a new point is established and a bet exists on it, the equivalent ' amount in units is transferred to the uncovered bet. c' amount in units is transferred to the uncovered bet. While . . .  A point is NOT established on any number  @£D then . . . Go to "End" uEnd Do this . . . Bet 100 % of Place (shooter's point) on Chip-Stack # 1  @B áDÈD ' the next 6 lines convert the transfer amount into units c' the next 6 lines convert the transfer amount into units When . . .  A point is established on the number 6 or 8 0 à¢D then . . . Divide by 6 on Chip-Stack # 1 2 `êÈD else . . . Divide by 5 on Chip-Stack # 1 2 PÃÈD ' If transfer amount is zero then set to one unit c' If transfer amount is zero then set to one unit While . . .  Chip-Stack # 1 is equal to $ 0  ÈD then . . . Bet $ 1 on Chip-Stack # 1  'ÈD While . . .  Place 4 is equal to $ 0  øA then . . . Bet 500 % of Chip-Stack # 1 on Place 4  @KLÈDøA While . . .  Place 5 is equal to $ 0  B then . . . Bet 500 % of Chip-Stack # 1 on Place 5  @KLÈDB While . . .  Place 6 is equal to $ 0  B then . . . Bet 600 % of Chip-Stack # 1 on Place 6  €[ÈDB While . . .  Place 8 is equal to $ 0  B then . . . Bet 600 % of Chip-Stack # 1 on Place 8  €[ÈDB While . . .  Place 9 is equal to $ 0  B then . . . Bet 500 % of Chip-Stack # 1 on Place 9  @KLÈD B While . . .  Place 10 is equal to $ 0  B then . . . Bet 500 % of Chip-Stack # 1 on Place 10  @KLÈDB Do this . . . Bet $ 0 on Place (shooter's point)   áD End ZEnd