Statement: Action, Type: Initial
Set Virtual Bets
Format: Set Virtual Bets boolean-text
where
-
boolean-text = either a constant True or False text word.
-
True: converts the text word to a boolean true indicator
-
False: converts the text word to a boolean false indicator
-
Description
The action statement only works with RX Bot for online casinos.
The Set Virtual Bets identifier reads the boolean-text variable, converts the variable to an actual boolean value, and sets RX Bot in Virtual Bet mode (True) or Real Bet mode (False). If the boolean value is True, then no bets will be placed on the online casino, but the system will still perform as normal. When then boolean value is False, then bets will be placed based on the system.
Example
While initializing a new session, we want to set RX Bot to Virtual Bet mode. The following example will perform this task.
RX Script | Copy Code |
---|---|
Set Virtual Bets to True |
Results from example
Virtual Bets is set to True (RX Bot is set to Virtual Bets Active).
Example 2
While initializing a new session, we want to set RX Bot to Real Bet mode. The following example will perform this task.
RX Script | Copy Code |
---|---|
Set Virtual Bets to False |
Results from example
Virtual Bets is set to False (RX Bot is set to Real Bets Active).