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
| Parameter | Description |
|---|---|
| BaseObject | The entity whose site event participation is checked (Self or Target). |
| CompareType | Equal: entity is participating; NotEqual: entity is not participating. |
| S1 | Optional SiteEvent DT ID to filter for a specific event. Leave empty for any. |
| S2 | Set to CheckHouseholdMember to check all household members instead of BaseObject. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self is playing any site event | Self | IsPlayingSiteEvent | Equal |
| Check if Target is not in a specific event | Target | IsPlayingSiteEvent | NotEqual |
| Check if any household member is participating | Self | IsPlayingSiteEvent | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents