Skip to main content

Condition_HasInsurance

Description

Checks whether the household of the specified character is enrolled in the given insurance (S1).

Parameters

ParameterDescription
BaseObjectThe character to validate (Self or Target).
CompareTypeType of comparison operation (Equal or NotEqual).
S1Insurance id (Insurance.Id).

Examples

DescriptionBaseObjectCommandCompareTypeS1
Checks whether self has joined the given insurance.SelfHasInsuranceEqualInsurance_*
Checks whether target has NOT joined it.TargetHasInsuranceNotEqualInsurance_*