Black Layout Identifier
Black layout identifier is an outside layout that references a set of 18 individual numbers that are black 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 black numbers, you use the identifier Black as noted below:
RX Script | Copy Code |
---|---|
Black //refers to a set of eighteen numbers that are black |
Example
The above example references the black identifier and its location.
Example 2
We have decided to place a 10 unit bet on Black. Using the supporting black layout identifier along with an action statement, the following example will perform this task.
RX Script | Copy Code |
---|---|
put 10 units on Black |