Skip to main content

Condition_HasRumor

Description

Checks whether the BaseObject entity holds a specific rumor identified by the given Rumor ID.

Parameters

ParameterDescription
BaseObjectThe entity whose rumor list is checked (Self or Target).
CompareTypeSupported compare types: Equal (has the rumor), NotEqual (does not have the rumor).
S1The Rumor ID to check (from RumorTableRowBase).

Examples

DescriptionBaseObjectCommandCompareType
Check if Self has the Rumor_Bad_2_KickObject rumorSelfHasRumorEqual
Check if Self does not have the Rumor_Bad_2_KickObject rumorSelfHasRumorNotEqual
Check if Target has the Rumor_Bad_1_IgnorePatient rumorTargetHasRumorEqual
Check if Target does not have the Rumor_Bad_1_IgnorePatient rumorTargetHasRumorNotEqual