Condition_CanStealTip
Description
Checks whether the BaseObject character can steal tips from the tip bottle at their current HouseholdBiz site. The HouseholdBiz manager is never allowed to steal. The tip bottle must be at HalfFull state or above.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character attempting to steal tips (must not be the HouseholdBiz manager) |
| CompareType | Equal: returns true if tips can be stolen; NotEqual: returns true otherwise |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if a non-manager character can steal tips | Self | CanStealTip | Equal |
| Check if the tip bottle is too empty to steal from | Self | CanStealTip | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents