Supporting Condition Identifiers
Supporting condition identifiers are used to build a complete condition statement. Only identifiers that support a condition statement can be used. You cannot use a supporting action identifier with a condition. However, there are some identifiers that can be used for both types of statements. For example: Bankroll.
When creating a condition block, perform the following steps:
1. Choose an initial condition identifier from a list located here: Condition Statements
2. Choose one or more of the appropriate supporting condition identifiers listed below.
The supporting condition identifiers must be in the correct order to provide a good flow of the condition statement. |
Example 1
In this example, the supporting condition identifiers, Starting and New Session are used in conjunction with the starting condition: while
RX Script | Copy Code |
---|---|
while Starting a New Session begin end |
Example 2
In this example, the supporting condition identifiers, Black andNot Hit are used in conjunction with the starting condition: if.
RX Script | Copy Code |
---|---|
if Black has Not Hit in 5 times begin end |
Below is a complete list of supporting condition identifiers by group:
Identifiers
-
Virtual Bets (use only with RX Bot)