Statement: Action, Type: Supporting
Sector
Format: initial-action-statement Sector sector_number
where
-
initial-action-statement = any valid action statement that use these identifiers listed below:
-
sector_number = either one of the valid destination supporting action identifiers listed below:
-
integer, Record Data
-
Description
The Sector is a supporting action identifier that is referencing the Sectors of the Roulette Wheel. Depending on the # of sections per sector, a sector can contain anywhere from 2 to 10 contiguous numbers per sector.
For more information, see Statistical Sectors
Example
We want to place a 5 unit bet on Sector 5 which consists of a series of roulette numbers covering Sector 5. The following example will perform this task.
RX Script | Copy Code |
---|---|
Put 5 units on Sector 5 //Alternate way by using a data record which stores to value of the Sector number Put 5 on record "sector 5" data //we will be using Sector # 5 Put 5 units on Sector Record "sector 5 Data |