Statement: Action, Type: Supporting
List
Format: initial-action-statement List [roulette-layout-1, roulette-layout-2, roulette-layout-3... ]
where
-
initial-action-statement = any valid action statement that use these identifiers listed below:
-
[ = required constant left-bracket symbol [
-
roulette-layout-1, roulette-layout-2... = any roulette table layout identifiers separated by a comma symbol ,
-
] = required constant right-bracket symbol ]
Description
The List is a supporting action identifier that reads the list of roulette-layouts between the brackets [ ] and processes those roulette-layouts based on the initial-action-statement. A practical application of this identifier is to place bets directly on the roulette-layouts that are referenced between the brackets.
Example
We want to place a 1 unit bet on each of the following numbers: 12, 13, 19, 21, 29 and 32. The following example will perform this task.
RX Script | Copy Code |
---|---|
Put 1 unit on List [Number 12,Number 13,Number 19,Number 21,Number 29,Number 32] |