Roulette Xtreme 2.0 - System Designer
Column Layout
System Language > Supporting Identifiers > Roulette Table > Outside Layout > Column Layout

Glossary Item Box

Column Layout Identifiers

Column layout identifiers are outside layouts that reference a set of twelve column numbers spanning from left to right on the roulette table.  They are used as supporting identifiers when building action statements or condition statements.

To reference a column layout, you apply the prefix Column followed which column you are referring to: A, B or C. Below is a valid list of all column layout identifiers:

RX Script Copy Code
Column A //bottom row of twelve numbers
Column B //middle row of twelve numbers
Column C //top row of twelve numbers

Example 1

The above example references the column identifier and its location.

Example 2

We have decided to place a 5 unit bet on Columns A and C.  Using the supporting column layout identifier along with an action statement, the following example will perform this task.

RX Script Copy Code
put 5 units on Column A
put 5 units on Column C

Results from example 2

Copyright © 2003 UX Software. All rights reserved