Skip to main content

Condition_IsPlayingSiteEvent

Description

Checks whether the entity resolved from BaseObject is currently participating in an active site event. Optionally filters by a specific event DT ID, or checks all household members instead of the entity itself.

Parameters

ParameterDescription
BaseObjectThe entity whose site event participation is checked (Self or Target).
CompareTypeEqual: entity is participating; NotEqual: entity is not participating.
S1Optional SiteEvent DT ID to filter for a specific event. Leave empty for any.
S2Set to CheckHouseholdMember to check all household members instead of BaseObject.

Examples

DescriptionBaseObjectCommandCompareType
Check if Self is playing any site eventSelfIsPlayingSiteEventEqual
Check if Target is not in a specific eventTargetIsPlayingSiteEventNotEqual
Check if any household member is participatingSelfIsPlayingSiteEventEqual