Skip to main content

Condition_HasRumorValidIndex

Description

Checks whether the BaseObject entity has a valid (non-empty) rumor at the specified index in its rumor list.

Parameters

ParameterDescription
BaseObjectThe entity whose rumor list is checked (Self or Target).
CompareTypeSupported compare types: Equal (has a valid rumor at index), NotEqual (does not).
F1The index of the rumor slot to check (e.g., 0, 1, 2).

Examples

DescriptionBaseObjectCommandCompareType
Check if Self has a valid rumor at index 0SelfHasRumorValidIndexEqual
Check if Self does not have a valid rumor at index 0SelfHasRumorValidIndexNotEqual
Check if Target has a valid rumor at index 1TargetHasRumorValidIndexEqual
Check if Target does not have a valid rumor at index 1TargetHasRumorValidIndexNotEqual