Skip to main content

Condition_CanSettleTip

Description

Checks whether the BaseObject employee or manager is eligible to settle tips at their current HouseholdBiz site. The character must be an employee or manager. For employees, the biz must be currently operating. The tip bottle must have at least one tip to settle.

Parameters

ParameterDescription
BaseObjectThe employee or manager attempting to settle tips
CompareTypeEqual: returns true if tips can be settled; NotEqual: returns true otherwise

Examples

DescriptionBaseObjectCommandCompareType
Check if employee can collect and settle tipsSelfCanSettleTipEqual
Check if the tip bottle is empty (cannot settle)SelfCanSettleTipNotEqual