Statement: Condition, Type: Supporting
Any Zero Bet
Format: initial-condition-statement Any Zero Bet support-condition { integer }
where
-
initial-condition-statement = any valid condition statement that use these identifiers listed below:
-
support-condition = any one the valid series of supporting condition identifiers listed below:
-
integer = if applicable, any numeric value.
Description
The Any Zero Bet identifier instructs the designed system that you are referencing a bet that was placed on any roulette individual numbers of 0 or 00 on the table layout.
When referring to any of the zero numbers in a condition statement, the system will read the bet that was placed on either the 0 or 00 roulette number and perform a comparison against another supporting condition identifier to produce a logical true or false result. If any of the zero number outcome is evaluated as true the program control is passed to the body of the condition block.
Example
We want to determine if the bet that was placed on any zero number, 0 or 00, exceeds 10 units, then reset the Number 0 bet to 1 unit. The following example will perform this task.
RX Script | Copy Code |
---|---|
If Any Zero Bet has > 10 units begin Put 1 unit on Number 0 end |