Skip to main content

Condition_IsSameRumor

Description

Checks whether Self and Target share at least one rumor in common.

Parameters

ParameterDescription
BaseObjectNot used to resolve the entity; always compares Self against Target.
CompareTypeSupported compare types: Equal (share a rumor), NotEqual (do not share a rumor).

Examples

DescriptionBaseObjectCommandCompareType
Check if Self and Target share the same rumorSelfIsSameRumorEqual
Check if Self and Target do not share any rumorSelfIsSameRumorNotEqual