Condition_HasSameRumorInIndex
Description
Checks whether the rumor held by the BaseObject at the specified index is the same rumor held by the other entity (Self checks against Target, Target checks against Self).
Parameters
| Parameter | Description |
|---|
| BaseObject | The entity whose rumor at index F1 is compared. Self compares against Target, and vice versa. |
| CompareType | Supported compare types: Equal (same rumor at index), NotEqual (different rumor at index). |
| F1 | The index of the rumor slot to compare (e.g., 0, 1, 2). |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if Self's rumor at index 0 is the same as Target's | Self | HasSameRumorInIndex | Equal |
| Check if Self's rumor at index 1 differs from Target's | Self | HasSameRumorInIndex | NotEqual |
| Check if Target's rumor at index 0 is the same as Self's | Target | HasSameRumorInIndex | Equal |