Execute_AddCustomerSatisfaction
Description
Adds or subtracts a satisfaction score for the BaseObject customer at their current HouseholdBiz site. The satisfaction factor type is specified by S1 and the delta amount by F1. An inner thought icon is shown to the customer based on the factor type and delta direction. Only customer characters are valid targets; managers and employees are ignored.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The customer character whose satisfaction score will be modified; must be at a HouseholdBiz site |
| S1 | Satisfaction factor type name (e.g., "Friendliness", "ServiceAvailability", "FurnitureQuality") |
| F1 | Delta satisfaction score; positive values increase satisfaction, negative values decrease it |
Examples
| Description | BaseObject | Command |
|---|---|---|
| Increase customer satisfaction for friendly service | Self | AddCustomerSatisfaction |
| Decrease customer satisfaction due to poor furniture | Self | AddCustomerSatisfaction |
| Boost satisfaction for service availability | Target | AddCustomerSatisfaction |
Back to Command FinderSearch and filter all 399 Script Execution documents