Description
Checks whether the BaseObject entity holds a specific rumor identified by the given Rumor ID.
Parameters
| Parameter | Description |
|---|
| BaseObject | The entity whose rumor list is checked (Self or Target). |
| CompareType | Supported compare types: Equal (has the rumor), NotEqual (does not have the rumor). |
| S1 | The Rumor ID to check (from RumorTableRowBase). |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if Self has the Rumor_Bad_2_KickObject rumor | Self | HasRumor | Equal |
| Check if Self does not have the Rumor_Bad_2_KickObject rumor | Self | HasRumor | NotEqual |
| Check if Target has the Rumor_Bad_1_IgnorePatient rumor | Target | HasRumor | Equal |
| Check if Target does not have the Rumor_Bad_1_IgnorePatient rumor | Target | HasRumor | NotEqual |