Skip to main content

Condition_RomanticOrientation

Description

Checks the romantic orientation flag(s) based on BaseObject:

  • BaseObject=Self: checks only Self's bRomanticOrientation (no Target required).
  • BaseObject=Target: checks the logical AND of both Self and Target's bRomanticOrientation flags.

Parameters

ParameterDescription
BaseObjectSelf = check Self only. Target = check both Self and Target (AND).
CompareTypeSupported compare types: Equal, NotEqual.
S1Expected value of the romantic orientation flag (True or False).

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Self has romantic orientation enabledSelfRomanticOrientationEqualTrue
Check if Self does not have romantic orientation enabledSelfRomanticOrientationEqualFalse
Check if both Self and Target have romantic orientation enabledTargetRomanticOrientationEqualTrue
Check if either Self or Target does not have romantic orientation enabledTargetRomanticOrientationEqualFalse
Check (negated) if both Self and Target have romantic orientation enabledTargetRomanticOrientationNotEqualTrue