Statement: Action, Type: Supporting
Last Number
Format: initial-action-statement source-integer Last Number dest-record-layout
where
-
initial-action-statement = any valid action statement that use these identifiers listed below:
-
source-integer = either a numeric variable or the value from the Record Data identifier.
-
dest-record-layout = destination Record Layout identifier.
Description
The Last Number is a supporting action identifier that is referencing the last number that has appeared when a spin is processed.
Example
We want to locate a roulette number that is 8 gaps to the right of the last number that has appeared. We will store that value to the layout value of record number. The following example will perform this task.
| RX Script | Copy Code |
|---|---|
Locate Number Right 8 gaps from the Last Number to Record "number" layout |
|
