Roulette Xtreme 2.0 - System Designer
Won more
Identifier Index > W > Won more

Glossary Item Box

Won more

Format:  initial-condition-statement  source-support-condition  Won more integer

where

Description

The Won more 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 win the bet for more than integer times in a row.

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

When performing a won more 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 even layout has won a bet for more than 5 times in a row and if so, display a message to the user and stop the session.  The following example will perform this task.

RX Script Copy Code
If Black has Won more than 5 times in a row
begin
  Display "We won more than 5 times in a row!"
  Stop Session
end

Copyright © 2003 UX Software. All rights reserved