Skip to main content

Condition_CanGiveTip

Description

Checks whether the BaseObject customer is eligible to give a tip at the HouseholdBiz site they are currently located at. Eligibility is determined by the HouseholdBiz's CanCustomerGiveTip logic (e.g., tip cooldown, biz state).

Parameters

ParameterDescription
BaseObjectThe customer character attempting to give a tip
CompareTypeEqual: returns true if the customer can give a tip; NotEqual: otherwise

Examples

DescriptionBaseObjectCommandCompareType
Check if customer is eligible to give a tipSelfCanGiveTipEqual
Check if customer cannot give a tip (e.g., on cooldown)SelfCanGiveTipNotEqual