Skip to main content

Condition_IsHouseholdBizSchedule

Description

Returns whether the BaseObject Character's current schedule is a HouseholdBiz schedule. Checks the TimelineComponent to see if the current schedule has CareerType == HouseholdBiz. If the current schedule is empty, NotEqual returns true.

Parameters

ParameterDescription
BaseObjectA Character whose current TimelineComponent schedule is checked.
CompareTypeEqual: true if the current schedule is a HouseholdBiz schedule. NotEqual: true if it is not or if there is no current schedule.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self's current schedule is a HouseholdBiz scheduleSelfIsHouseholdBizScheduleEqual
Check if Target's current schedule is not a HouseholdBiz scheduleTargetIsHouseholdBizScheduleNotEqual
Check if Self has an active HouseholdBiz scheduleSelfIsHouseholdBizScheduleEqual