Roulette Xtreme 2.0 - System Designer
Add
Identifier Index > A > Add

Glossary Item Box

Add

Format:  Add  integer  dest-support-action

where

Description

The Add identifier reads the integer and performs a straight addition to the existing value of dest-support-action.

Formula

The mathematical formula for this action statement is: dest-support-action = dest-support-action + integer

Example 1

We have a 2 unit bet already placed on roulette layout Number 30.  Now we wish to increase the bet by additional 2 units.  The following example will perform this task.  

Rx Script Copy Code
Add 2 units to Number 30

Before                After

Example 2

We have created a bet progression sequence of: 1,2,4,6,8,16,32,64.  We assigned the sequence list to a data record progression.  Every time we loss a bet on roulette layout black, we increase the record's data index by 1 in order to select the next progression.  The following example will perform this task.

Before

Rx Script Copy Code
if Black has lost each time
begin
  Add 1 to record "progression" data index
end

After

Copyright © 2003 UX Software. All rights reserved