Execute_AddTinyShopScore
Description
Adds the specified score value to the TinyShop site identified by the given TinyShop table ID. The score is added using the Script score type. If the TinyShop site or its component cannot be found, the action is skipped.
Parameters
| Parameter | Description |
|---|---|
| S1 | TinyShop table ID (TinyShop.Id) identifying the target shop. |
| F1 | Score value to add to the TinyShop. |
Examples
| Description | BaseObject | Command | S1 | F1 |
|---|---|---|---|---|
| Add 10 score to a specific TinyShop site | Self | AddTinyShopScore | TinyShop_Bakery | 10 |
| Add 5 score to a TinyShop after a successful transaction | Self | AddTinyShopScore | TinyShop_Cafe | 5 |
| Add 1 score to a TinyShop upon customer interaction | Target | AddTinyShopScore | TinyShop_Store | 1 |
Back to Command FinderSearch and filter all 399 Script Execution documents