Roulette Xtreme 2.0 - System Designer
Any Dozen Bet
Identifier Index > A > Any Dozen Bet

Glossary Item Box

Any Dozen Bet

Format:  initial-condition-statement  Any Dozen Bet  support-condition  { integer }

where

Description

The Any Dozen Bet identifier instructs the designed system that you are referencing a bet that was placed roulette outside layouts of either 1st dozen, 2nd dozen or 3rd dozen on the table layout.  

When referring to any dozen layout in a condition statement, the system will read the bet that was placed on any dozen layout and perform a comparison against another supporting condition identifier to produce a logical true or false result.  If any dozen layout outcome is evaluated as true the program control is passed to the body of the condition block.

For information about roulette dozen layouts: See Dozen layouts.

Example

We want to determine if the bet that was placed on any dozen layout exceeds 10 units, then place a 15 unit bet on the Column A and Column C layouts.  The following example will perform this task.

RX Script Copy Code
If Any Dozen Bet has > 10 units
begin
  Put 15 units on Column A
  Put 15 units on Column B
end

Copyright © 2003 UX Software. All rights reserved