Condition_IsMatchingRomanceTarget
Description
Determines whether the romantic partner preferences of both Self and Target mutually match. The match is true only when the Target satisfies Self’s conditions AND Self satisfies the Target’s conditions. S1 specifies the expected value of this mutual match result.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character used as the base for context (Self or Target). |
| CompareType | Supported compare types: Equal, NotEqual. |
| S1 | Expected value of the mutual romance match result (True or False). |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if Self and Target are mutually matching romance partners | Target | IsMatchingRomanceTarget | Equal | True |
| Check if Self and Target are not mutually matching romance partners | Target | IsMatchingRomanceTarget | Equal | False |
| Check (negated) if Self and Target are mutually matching romance partners | Target | IsMatchingRomanceTarget | NotEqual | True |
Back to Command FinderSearch and filter all 491 Script Condition documents