Condition_IsAffairWithMyPartner
Description
Checks whether the person currently being observed together with BaseObject's counterpart is in fact
BaseObject's own partner. Resolves the counterpart (the opposite side of BaseObject) and its current
Coop companions, then returns true if either the counterpart itself or one of its companions is
BaseObject's partner. Used to detect that BaseObject is witnessing their own partner's affair.
Parameters
| Parameter | Description |
|---|
| BaseObject | The observer whose partner is being checked for (Self or Target) |
| CompareType | Type of comparison operation (Equal, NotEqual) |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Self is witnessing Target (or Target's companion) as Self's partner in an affair | Self | IsAffairWithMyPartner | Equal |
| Self is NOT witnessing an affair involving Self's own partner | Self | IsAffairWithMyPartner | NotEqual |
| Target is witnessing Self (or Self's companion) as Target's partner in an affair | Target | IsAffairWithMyPartner | Equal |