Statement: Action, Type: Initial
Multiply
Format: Multiply integer dest-support-action
where
-
integer = any numeric variable
-
dest-support-action = any one of the valid destination supporting action identifiers listed below:
Description
The Multiply identifier reads the integer and performs a straight multiplication 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
We have a 5 unit bet already placed on roulette layout Red. We wish to increase this bet by 4 times its original amount using the Multiply action statement. The following example will perform this task.
RX Script | Copy Code |
---|---|
Multiply 4 to Red |