Statement: Action, Type: Supporting
All Outside
Format: initial-action-statement All Outside { dest-support-action }
where
-
initial-action-statement = any valid action statement that use these identifiers listed below:
-
dest-support-action = if applicable, any one of the valid destination supporting action identifiers listed below:
Description
The All Outside is a supporting action identifier that is referencing all outside roulette layouts. A practical application of this identifier is to provide a way to place bets on the outside roulette layouts, then remove the ones that do not meet a certain rule criteria that were processed by the designed roulette system.
Example 1
We want to place a 1 unit bet on the outside roulette layouts. The following example will perform this task.
RX Script | Copy Code |
---|---|
Put 1 unit on All Outside layouts |
Results from example 1
Example 2
We want to get a total of all units placed on the outside roulette layouts and store that total to the data record total bets. The following example will perform this task.
RX Script | Copy Code |
---|---|
Put 100% of All Outside bets to Record "total bets" data |