Skip to main content

Condition_CanMarry

Description

Checks whether Self can marry Target. Verifies that neither is already married, both are in different family trees, both meet age requirements, and both have appropriate relationship status.

Parameters

ParameterDescription
BaseObjectMust be Self (checks Self vs Target marriage eligibility)
CompareTypeNone, Equal, NotEqual

Examples

DescriptionBaseObjectCommandCompareType
Check if Self and Target can marrySelfCanMarryEqual
Check if Self and Target cannot marrySelfCanMarryNotEqual