Condition_IsSameRumor
Description
Checks whether Self and Target share at least one rumor in common.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Not used to resolve the entity; always compares Self against Target. |
| CompareType | Supported compare types: Equal (share a rumor), NotEqual (do not share a rumor). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self and Target share the same rumor | Self | IsSameRumor | Equal |
| Check if Self and Target do not share any rumor | Self | IsSameRumor | NotEqual |