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

Glossary Item Box

Total Street Bets

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

where

Description

The Total Street Bets identifier instructs the designed system that you are referencing a bet that was placed on the roulette street layouts from the table layout.  This identifier is specifically designed to count the number of street layouts that have bets placed on the table layout.

For example, if the following actions occurred:

  • a 2 unit bet placed on Street(1-3), Street(13-15) and Street(25-27)

The total count of street layouts that have bets placed on the table layout is 3 even though the total units placed was 6.

When referring to the total count of street layouts that have bets placed in a condition statement, the system will count the street layouts 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 street layouts that have bets placed is evaluated as true the program control is passed to the body of the condition block.

For information about roulette street layouts: See Street layouts.

Example

Our designed system has placed various bets on multiple street layouts on the table layout.  We want to determine if the total count of street layouts that have bets placed exceeds 6, then place a 2 unit bet on the Number 0 as an insurance bet.  The following example will perform this task.

RX Script Copy Code
If Total Street Bets count > 6
begin
  Put 2 units on Number 0
end

Copyright © 2003 UX Software. All rights reserved