Statement: Action, Type: Supporting
Bankroll
Format: initial-action-statement Bankroll { dest-support-action }
where
-
initial-action-statement = any valid action statement that use these identifiers listed below:
-
dest-support-action = if applicable, any one of the valid destination supporting action identifiers listed below:
Description
The Bankroll identifier is a supporting action identifier that references the internal variable bankroll which can be viewed on the main view. You can set the bankroll either manually from the Betting Options view or within a designed system using one of the action statements listed above. Throughout your system, you can make modification to your bankroll at any time.
Example
We are providing a dialog box to allow the User to enter a starting bankroll. When the User clicks on the Ok button, the value located at the spin edit field will be assigned to the Bankroll identifier which will update the internal bankroll variable. The following example will perform this task.
RX Script | Copy Code |
---|---|
Input Data "Enter your starting Bankroll" to Bankroll |