Skip to main content

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

ParameterDescription
BaseObjectThe customer character whose purchase desire will be modified
F1Delta purchase desire; positive values increase desire, negative values decrease it

Examples

DescriptionBaseObjectCommandF1
Increase Self's purchase desire after browsing a productSelfModifyPurchaseDesire20
Decrease Target's purchase desire after a rejectionTargetModifyPurchaseDesire-15