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

Glossary Item Box

Any Corner Bet

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

where

Description

The Any Corner Bet identifier instructs the designed system that you are referencing a bet that was placed on any roulette corner layouts on the table layout.  

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

For information about roulette corner layouts: See Corner layouts.

Example

We want to determine if the bet that was placed on any corner layout exceeds 10 units, then place a 15 unit bet on the 1st and 3rd Dozen layouts.  The following example will perform this task.

RX Script Copy Code
If Any Corner Bet has > 10 units
begin
  Put 15 units on 1st Dozen
  Put 15 units on 3rd Dozen
end

Copyright © 2003 UX Software. All rights reserved