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
| Parameter | Description |
|---|---|
| BaseObject | The customer character attempting to give a tip |
| CompareType | Equal: returns true if the customer can give a tip; NotEqual: otherwise |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if customer is eligible to give a tip | Self | CanGiveTip | Equal |
| Check if customer cannot give a tip (e.g., on cooldown) | Self | CanGiveTip | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents