Skip to main content

Condition_IsHouseholdBizEntranceFeeSet

Description

Checks whether an entrance fee type is configured at BaseObject's main HouseholdBiz. Returns true (Equal) when any valid entrance fee type is set (including Free). Only Invalid is considered "not set". Uses the character's HouseholdBiz profile (not physical location) so that Hope conditions work regardless of where the character is.

Parameters

ParameterDescription
BaseObjectThe character whose main HouseholdBiz is checked
CompareTypeEqual: returns true if an entrance fee is set (including Free); NotEqual: otherwise

Examples

DescriptionBaseObjectCommandCompareType
Check if the biz has any entrance fee configuredSelfIsHouseholdBizEntranceFeeSetEqual
Check if the biz has no entrance fee configuredSelfIsHouseholdBizEntranceFeeSetNotEqual