Roulette Xtreme 2.0 - System Designer
Lost
Identifier Index > L > Lost

Glossary Item Box

Lost

Format:  initial-condition-statement  source-support-condition  Lost integer

where

Description

The Lost identifier reads the source-support-condition layout value and determines the following:

  • a unit bet was placed on the layout during a spin occurrence

and

  • a number appeared that caused the layout to lose the bet for integer times in a row.

The system keeps track of how many times a layout has lost a bet in a row using an internal lose variable.  The Lost identifier is used to reference the lose variable along with the integer to perform a logical comparison.  

When performing a lost comparison along with the integer value for the source-support-condition identifier, if the condition outcome is evaluated as true and the program control will be passed to the body of the condition block.

Example

We want to know if the Black layout has lost a bet exactly 2 times in a row and if so, increase the bet by 10 units.  The following example will perform this task.

RX Script Copy Code
If Black has Lost exactly 2 times in a row
begin
  Add 10 units to Black
end

Copyright © 2003 UX Software. All rights reserved