Statement: Action, Type: Initial
Add 100%
Format: Add 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 Add 100% identifier reads the value from source-support-action, multiplies the value by the integer percent, then performs an addition 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
We have a 2 unit bet already placed on roulette layout Red. Now we wish to increase the bet by additional 200%. The following example will perform this task.
Rx Script | Copy Code |
---|---|
Add 200% from Red to Red |