Dozen Layout Identifiers
Dozen layout identifiers are outside layouts that reference a set of twelve numbers on the roulette table. They are used as supporting identifiers when building action statements or condition statements.
To reference a dozen layout, you first apply which dozen section, 1st, 2nd or 3rd you are referring to followed by the prefix Dozen. Below is a valid list of all dozen layout identifiers:
| RX Script |  Copy Code | 
|---|---|
| 1st Dozen //first set of twelve numbers,1 through 12 2nd Dozen //second set of twelve numbers, 13 through 24 3rd Dozen //third set of twelve numbers, 25 through 36 | |
Example 1

The above example references the dozen identifiers and their locations.
Example 2
We have decided to place a 25 unit bet on the 2nd Dozen. Using the supporting dozen layout identifier along with an action statement, the following example will perform this task.
| RX Script |  Copy Code | 
|---|---|
| put 25 units on 2nd Dozen | |
Results from example 2

 
     
     
     
    