Execute_ModifyPurchaseDesire
Description
Modifies the BaseObject customer's purchase desire gauge on the HouseholdBiz located at their
current Site by the delta amount specified in F1 (positive to increase, negative to decrease).
If the delta is positive and the resulting desire is still above zero, the interaction's
NonBaseObject target is recorded as the customer's preferred purchase target, so that a later
automatic purchase chain (StartPurchaseDesirePurchase) can route the customer to it.
Parameters
| Parameter | Description |
|---|
| BaseObject | The customer character whose purchase desire will be modified |
| F1 | Delta purchase desire; positive values increase desire, negative values decrease it |
Examples
| Description | BaseObject | Command | F1 |
|---|
| Increase Self's purchase desire after browsing a product | Self | ModifyPurchaseDesire | 20 |
| Decrease Target's purchase desire after a rejection | Target | ModifyPurchaseDesire | -15 |