Statement: Action, Type: Supporting
All Inside
Format: initial-action-statement All Inside { 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 Inside is a supporting action identifier that is referencing all inside roulette layouts. A practical application of this identifier is to provide a way to place bets on the inside 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 inside roulette layouts. The following example will perform this task.
RX Script | Copy Code |
---|---|
Put 1 unit on All Inside layouts |
Results from example 1
Example 2
We want to get a total of all units placed on the inside 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 Inside bets to Record "total bets" data |