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
| Parameter | Description |
|---|---|
| BaseObject | A Character whose current TimelineComponent schedule is checked. |
| CompareType | Equal: true if the current schedule is a HouseholdBiz schedule. NotEqual: true if it is not or if there is no current schedule. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self's current schedule is a HouseholdBiz schedule | Self | IsHouseholdBizSchedule | Equal |
| Check if Target's current schedule is not a HouseholdBiz schedule | Target | IsHouseholdBizSchedule | NotEqual |
| Check if Self has an active HouseholdBiz schedule | Self | IsHouseholdBizSchedule | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents