Statement: Condition, Type: Supporting
Not Hit each
Format: initial-condition-statement source-support-condition Not Hit each
where
-
initial-condition-statement = any valid condition statement that use these identifiers listed below:
-
source-support-condition = any one the valid series of supporting condition identifiers listed below:
-
any roulette table layout identifiers
Description
The Not Hit each identifier reads the source-support-condition layout value and determines if the layout value has not appeared immediately within the last spin. The system keeps track of how many times a layout has not appeared in a row using an internal no hit variable. The Not Hit each identifier is used to reference the no hit variable to determine if the layout has not appeared now when performing a logical comparison.
When performing a not hit each comparison for the source-support-condition identifier, if the condition outcome is evaluated as true and the program control will be passed to the body of the condition block.
Example
We want to know if the Red layout has not appeared now and if so, place a 10 unit bet on the Red layout. The following example will perform this task.
RX Script | ![]() |
---|---|
If Red has Not Hit each time begin Put 10 units on Red end |