Statement: Action, Type: Supporting
Net
Format: initial-action-statement Net dest-support-action
where
-
initial-action-statement = any valid action statement that use these identifiers listed below:
-
dest-support-action = any one of the valid destination supporting action identifiers listed below:
Description
The Net is a supporting action identifier that references the internal variable net which can be viewed on the Betting History view. The net variable would contain the difference between the internal win and loss variables. The win variable contains the winning units of any roulette layouts that had won plus the original bet that was placed on that winning roulette layout and the loss variable contains all units that were placed on the roulette layouts. Roulette Xtreme considers all bets lost, however, if you had a layout that won a bet, that unit amount would be added to the internal variable win.
If you place a 1 unit bet on 5 individual numbers, 12, 21, 19, 26, 32 and number 12 appeared, the following calculation would take place that can be viewed from the Betting History.
-
Loss: this internal variable would contain 5 units lost (all your bets would be removed from the layout)
-
Win: this internal variable would contain 36 units won (35 units plus your original 1 unit bet from your winning number)
-
Net: this internal variable would contain 31 units added to the bankroll (the total units of win - loss)
You can use the Net identifier to reference the internal variable net to perform any initial-action-statement listed above. The net variable data is then stored in the dest-support-action identifier.
Example
The following example will place any net units to the roulette layout Red.
RX Script | Copy Code |
---|---|
Put 100% of Net units to the Red |