Statement: Condition, Type: Supporting
Dealer Change
Format: initial-condition-statement Dealer Change boolean-text
where
Description
The Dealer Change identifier instructs the designed system that you are referencing a dealer change has occurred either from an online LIVE casino using RX Bot, manually clicking on the Dealer Change button to simulate a dealer change or importing spins that were downloaded from WestSpiel live casinos.
Example
We want to determine if a dealer change occurred on BetFair LIVE casino. If so, then we want to initialize our system. The following example will perform this task.
| RX Script | Copy Code |
|---|---|
if Dealer Change is True
begin
Call "Initialize System"
Exit //always add this EXIT command so RX does not process
end
|
|
![]() |
It is good practice to add the Exit action command after performing some function so RX will not process and data since a Dealer change is not a spin of the wheel. |
