Statement: Action, Type: Initial
Multiply 100%
Format: Multiply integer % source-support-action dest-support-action
where
-
integer = any numeric variable
-
% = required constant symbol %
-
source-support-action = any one of the valid source supporting action identifier listed below:
-
dest-support-action = any one of the valid destination supporting action identifiers listed below:
Description
The Multiply 100% identifier reads the value from source-support-action, multiplies the value by the integer percent, then performs a multiplication to the existing value of dest-support-action.
Formula
The mathematical formula for this action statement is: dest-support-action = dest-support-action * ((source-support-action * integer) / 100)
Example
To illustrate how to use the Multiply 100% action statement, we will be performing the following operation. We have a 1 unit bet already placed on roulette layout Even and High and a 5 unit bet on Black. We want to increase the Even layout by multiplying 200% of Black and increase the High layout by multiplying 400% of Black. The following example will perform this task.
Before
RX Script | Copy Code |
---|---|
Multiply 200% of Black to Even Multiply 400% of Black to High |