Roulette Xtreme 2.0 - System Designer
Hit more
Identifier Index > H > Hit more

Glossary Item Box

Hit more

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

where

Description

The Hit more identifier reads the source-support-condition layout value and determines if the layout value has appeared (shown) for more than integer times in a row.  The system keeps track of how many times a layout has appeared in a row using an internal hit variable.  The Hit more identifier is used to reference the hit variable along with the integer to perform a logical comparison.  

When performing a hit 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 1st Dozen layout has appeared for more than 5 times in a row and if so, place a 10 unit bet on the 2nd and 3rd dozens.  The following example will perform this task.

RX Script Copy Code
If 1st Dozen has Hit more than 5 times in a row
begin
  Put 10 units on 2nd Dozen
  Put 10 units on 3rd Dozen
end

Copyright © 2003 UX Software. All rights reserved