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