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