Statement: Action, Type: Supporting
Even-Odd or Odd-Even
Format: initial-action-statement Even-Odd { support-action } dest-record-layout
where
-
initial-action-statement = any valid action statement that use these identifiers listed below:
-
support-action = if applicable, any one of the valid destination supporting action identifiers listed below:
-
integer, Record Data
-
-
dest-record-layout = destination Record Layout identifier.
Description
The Even-Odd is a supporting action identifier that is referencing the Even and Odd even money layouts. When a roulette number appears, the Even-Odd identifier will return the appropriate even money layout type of either Even or Odd. This reference can then be applied to the dest-record-layout.
The Even-Odd identifier functions exactly the same as the Odd-Even identifier.
The Even-Odd or Odd-Even identifiers will ignore the number 0 and 00. |
Example
We want to keep track of the even-odd type of the last number that has appeared. The following example will perform this task.
RX Script | Copy Code |
---|---|
Copy Last Even-Odd to the Record "even-odd reference" Layout |