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
| Parameter | Description |
|---|---|
| BaseObject | The character whose main HouseholdBiz is checked |
| CompareType | Equal: returns true if an entrance fee is set (including Free); NotEqual: otherwise |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if the biz has any entrance fee configured | Self | IsHouseholdBizEntranceFeeSet | Equal |
| Check if the biz has no entrance fee configured | Self | IsHouseholdBizEntranceFeeSet | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents