Skip to main content

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

ParameterDescription
BaseObjectThe character used as the base for context (Self or Target).
CompareTypeSupported compare types: Equal, NotEqual.
S1Expected value of the mutual romance match result (True or False).

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Self and Target are mutually matching romance partnersTargetIsMatchingRomanceTargetEqualTrue
Check if Self and Target are not mutually matching romance partnersTargetIsMatchingRomanceTargetEqualFalse
Check (negated) if Self and Target are mutually matching romance partnersTargetIsMatchingRomanceTargetNotEqualTrue