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
| Parameter | Description |
|---|---|
| BaseObject | The employee or manager attempting to settle tips |
| CompareType | Equal: returns true if tips can be settled; NotEqual: returns true otherwise |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if employee can collect and settle tips | Self | CanSettleTip | Equal |
| Check if the tip bottle is empty (cannot settle) | Self | CanSettleTip | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents