Roulette Xtreme 2.0 - System Designer
Loss (Action)
Identifier Index > L > Loss (Action)

Glossary Item Box

Loss

Format:  initial-action-statement  Loss  dest-support-action

where

Description

The Loss is a supporting action identifier that references the internal variable loss which can be viewed on the Betting History view.  The loss variable would contain 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.  The difference between the win and loss variables is that actual amount, net, that you have won.

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 Loss identifier to reference the internal variable loss to perform any initial-action-statement listed above.

Example

The following example will place any loss units to the roulette layout Number 0.  

RX Script Copy Code
Put 100% of Loss units to the Number 0

Copyright © 2003 UX Software. All rights reserved