Skip to main content

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

ParameterDescription
BaseObjectThe entity whose rumor at index F1 is compared. Self compares against Target, and vice versa.
CompareTypeSupported compare types: Equal (same rumor at index), NotEqual (different rumor at index).
F1The index of the rumor slot to compare (e.g., 0, 1, 2).

Examples

DescriptionBaseObjectCommandCompareType
Check if Self's rumor at index 0 is the same as Target'sSelfHasSameRumorInIndexEqual
Check if Self's rumor at index 1 differs from Target'sSelfHasSameRumorInIndexNotEqual
Check if Target's rumor at index 0 is the same as Self'sTargetHasSameRumorInIndexEqual