Skip to main content

Condition_IsCurrentSiteHouseholdBiz

Description

Returns whether the Site where the given BaseObject is currently located is a HouseholdBiz Site. Even if the Site is designated as a business Site, it will be treated as NotEqual when no HouseholdBiz is linked to it.

Parameters

ParameterDescription
BaseObjectThe character or object whose current located Site is checked.
CompareTypeEqual: true if inside a HouseholdBiz Site. NotEqual: true if outside a HouseholdBiz Site.
S1Optional. Set to "IsOperating" to also require the Site to be currently operating; omit or leave empty otherwise.
S2Optional. Set to "Owned" to also require the BaseObject's household to be the manager of the HouseholdBiz.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self is currently inside a HouseholdBiz SiteSelfIsCurrentSiteHouseholdBizEqual
Check if Target is not inside any HouseholdBiz SiteTargetIsCurrentSiteHouseholdBizNotEqual
Check if Self is inside an operating HouseholdBiz SiteSelfIsCurrentSiteHouseholdBizEqual
Check if Self is inside own HouseholdBiz SiteSelfIsCurrentSiteHouseholdBizEqual