Condition_HasMortgageLoan
Description
Returns whether any member of the Household that the BaseObject belongs to has an active Mortgage loan.
The condition checks all Household members, not just the BaseObject itself.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose Household members will be checked for a Mortgage loan. |
| CompareType | Equal: returns true if at least one Household member has a Mortgage loan. NotEqual: returns true if no Household member has a Mortgage loan. |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if any Household member has a Mortgage loan | Self | HasMortgageLoan | Equal |
| Check if no Household member has a Mortgage loan | Self | HasMortgageLoan | NotEqual |
| Check if any of target's Household members has a Mortgage | Target | HasMortgageLoan | Equal |