Skip to main content

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

ParameterDescription
BaseObjectThe character attempting to steal tips (must not be the HouseholdBiz manager)
CompareTypeEqual: returns true if tips can be stolen; NotEqual: returns true otherwise

Examples

DescriptionBaseObjectCommandCompareType
Check if a non-manager character can steal tipsSelfCanStealTipEqual
Check if the tip bottle is too empty to steal fromSelfCanStealTipNotEqual