Condition_HasInsurance
Description
Checks whether the household of the specified character is enrolled in the given insurance (S1).
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character to validate (Self or Target). |
| CompareType | Type of comparison operation (Equal or NotEqual). |
| S1 | Insurance id (Insurance.Id). |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Checks whether self has joined the given insurance. | Self | HasInsurance | Equal | Insurance_* |
| Checks whether target has NOT joined it. | Target | HasInsurance | NotEqual | Insurance_* |