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

Glossary Item Box

Hit each

Format:  initial-condition-statement  source-support-condition  Hit each

where

Description

The Hit each identifier reads the source-support-condition layout value and determines if the layout value has appeared immediately within the last spin.  The system keeps track of how many times a layout has appeared in a row using an internal hit variable.  The Hit each identifier is used to reference the hit variable to determine if the layout has appeared now when performing a logical comparison.  

When performing a hit each comparison 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 Red layout has appeared now and if so, place a 10 unit bet on the Black layout.  The following example will perform this task.

RX Script Copy Code
If Red has Hit each time
begin
  Put 10 units on Black
end

Copyright © 2003 UX Software. All rights reserved