Roulette Xtreme 2.0 - System Designer
Column Nearest
Identifier Index > C > Column Nearest

Glossary Item Box

Column Nearest

Format:  initial-action-statement  record-data  Column Nearest   reference-record-layout

where

Description

The Column Nearest is a supporting action identifier that is referencing a roulette layout Column that is nearest to a roulette number. For example: if roulette number 21 has appeared, the Column Nearest to that number would be Column C.  

This reference is used when you want to place bets on a Column that is nearest to a roulette number.  The record-data will contain the unit value that will be used for placing bets and the reference-record-layout will contain the roulette number that will be used to determine the nearest column location.

The reference-record-layout must only contain roulette individual numbers, (i.e. 1, 2, 3...36,0,00).  Any other layouts such as 1st Dozen, Red, Split(4:5) and so on will be ignored.

Example

We want to make a 5 unit bet on a Column layout of the last number that has appeared.  To do this, we need to perform the following steps:

  1. We will record the last number that has appeared to a data record last number.  We will reference this data record when determining the nearest Column .

  2. We will store the unit value 5 to a data record bet.  We will reference this data record when placing bets on the Column layout.

  3. We will use the action statement Put 100% to perform the task of placing a 5 unit bet on the nearest Column of the last number that has appeared.

The following example will perform this task.

RX Script Copy Code
//1.
Copy Last Number to the Record "last number" layout

//2.
Put 5 units on Record "bet" data

//3.
Put 100% of Record "bet" data to the Column nearest of Record "last number" layout

Results from example

Copyright © 2003 UX Software. All rights reserved