Roulette Xtreme 2.0 - System Designer
Total Zero Bets
Identifier Index > T > Total Zero Bets

Glossary Item Box

Total Zero Bets

Format:  initial-condition-statement  Total Zero Bets  support-condition  integer

where

Description

The Total Zero Bets identifier instructs the designed system that you are referencing a bet that was placed on the roulette numbers 0 or 00 from the table layout.  This identifier is specifically designed to count the number of roulette numbers 0 or 00 that have bets placed on the table layout.

For example, if the following actions occurred:

  • a 5 unit bet placed on Number 0

The total count of roulette numbers 0 or 00 that have bets placed on the table layout is 1 even though the total units placed was 5.

When referring to the total count of roulette numbers 0 or 00 that have bets placed in a condition statement, the system will count the numbers 0 or 00 that have a bet placed and perform a comparison against another support-condition identifier to produce a logical true or false result.  If the outcome of the total count of roulette numbers 0 or 00 that have bets placed is evaluated as true the program control is passed to the body of the condition block.

Example

Our designed system has placed various bets on multiple individual numbers on the table layout including Number 0.  We want to determine if the Number 0 has a bet placed and if so, place a 10 unit bet on Black.  The following example will perform this task.

Example Title Copy Code
If Total Zero Bets count = 1
begin
  Put 10 units on Black
end

Copyright © 2003 UX Software. All rights reserved