Condition_HasRumorValidIndex
Description
Checks whether the BaseObject entity has a valid (non-empty) rumor at the specified index in its rumor list.
Parameters
| Parameter | Description |
|---|
| BaseObject | The entity whose rumor list is checked (Self or Target). |
| CompareType | Supported compare types: Equal (has a valid rumor at index), NotEqual (does not). |
| F1 | The index of the rumor slot to check (e.g., 0, 1, 2). |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if Self has a valid rumor at index 0 | Self | HasRumorValidIndex | Equal |
| Check if Self does not have a valid rumor at index 0 | Self | HasRumorValidIndex | NotEqual |
| Check if Target has a valid rumor at index 1 | Target | HasRumorValidIndex | Equal |
| Check if Target does not have a valid rumor at index 1 | Target | HasRumorValidIndex | NotEqual |