Condition_CanMarrySuccess
Description
Checks whether the Self character can successfully marry the Target character. Note: Marriage attempts with NPCs are possible, but scheduled for removal depending on NPC marriageability status. Note: This condition allows marriage attempts with NPCs but forces them to fail. It is scheduled for removal now that NPC marriage is becoming available.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Must be Self (the character attempting marriage) |
| CompareType | None, Equal, NotEqual |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self and Target can successfully marry | Self | CanMarrySuccess | Equal |
| Check if Self and Target cannot successfully marry | Self | CanMarrySuccess | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents