Condition_IsDelayInsurance
Description
Checks whether the specified insurance for the character's household is in an overdue (delinquent) state.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character whose household insurance status is checked (Self or Target). |
| CompareType | Equal (insurance is overdue), NotEqual (insurance is not overdue). |
| S1 | Insurance ID to check (Insurance.json Id). |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|
| Check if Self's life insurance is overdue | Self | IsDelayInsurance | Equal | Insurance_Life |
| Check if Target's life insurance is not overdue | Target | IsDelayInsurance | NotEqual | Insurance_Life |
| Check if Self's vehicle insurance is overdue | Self | IsDelayInsurance | Equal | Insurance_Vehicle |
| Check if Self's health insurance is not overdue | Self | IsDelayInsurance | NotEqual | Insurance_Health |