Odd Layout Identifier
Odd layout identifier is an outside layout that references a set of eighteen individual numbers that are odd on the roulette table. This identifier is used as a supporting identifier when building action statements or condition statements.
To reference an outside layout identifier of odd numbers, you use the identifier Odd as noted below:
RX Script | Copy Code |
---|---|
Odd //refers to a set of eighteen numbers that are odd |
Example 1
The above example references the odd identifier and its location.
Example 2
We have decided to place a 5 unit bet on the Odd layout covering all numbers that are odd. Using the supporting odd layout identifier along with an action statement, the following example will perform this task.
RX Script | Copy Code |
---|---|
put 5 units on Odd |