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
| Parameter | Description |
|---|---|
| BaseObject | Must be Self (checks Self vs Target marriage eligibility) |
| CompareType | None, Equal, NotEqual |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self and Target can marry | Self | CanMarry | Equal |
| Check if Self and Target cannot marry | Self | CanMarry | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents