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