Roulette Xtreme 2.0 - System Designer
Net (Condition)
Identifier Index > N > Net (Condition)

Glossary Item Box

Net

Format:  initial-condition-statement  Net  support-condition  dest-support-condition

where

Description

The Net is a supporting condition 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.

When using the Net identifier in a condition statement, the internal net variable uses the support-condition identifier to perform a comparison against another dest-support-condition identifier to produce a logical true or false result.  When the outcome of the condition is evaluated as true the program control is passed to the body of the condition block.

Example

During the system process, we are checking to determine if our win units exceed 10 units and if so, place a 1 unit bet on the following roulette layouts: Number 23, Number 13 and Split(19-22).  The following example will perform this task.

RX Script Copy Code
If Net units > 10 then
begin
  Put 1 unit on List [Number 23, Number 13, Split(19-22)]
end

Copyright © 2003 UX Software. All rights reserved