Execute_AddCurrencyRange
Description
Adds a random currency amount within the given range to Self.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Transaction instigator (used for record/context). |
| S1 | Currency id (Currency.Id). |
| S2 | (Optional) Transaction type id (TransactionType.Id). |
| F1 | Minimum amount (inclusive). |
| F2 | Maximum amount (inclusive). |
Examples
| Description | BaseObject | Command | S1 | S2 | F1 | F2 |
|---|---|---|---|---|---|---|
| Adds a random 100~300 Mew to self. | Self | AddCurrencyRange | Mew | 100 | 300 |
Back to Command FinderSearch and filter all 399 Script Execution documents