Condition_IsFamilyRelativeOwnedVehicle
Description
Checks whether the target vehicle is owned by any family relative of the current possessed Zoi. Family relatives are determined using FamilyRelationship query (within 4th-degree blood relatives + spouse). Self is included in the check (returns true if Self owns the target vehicle as well).
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The vehicle used as the reference. |
| CompareType | The comparison operation to apply (Equal or NotEqual). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Checks whether the target vehicle is owned by a family relative of the possessed Zoi | Self | IsFamilyRelativeOwnedVehicle | Equal |
| Checks whether the target vehicle is not owned by any family relative | Self | IsFamilyRelativeOwnedVehicle | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents