Condition_IsSiteEventMember
Description
Checks whether the entity resolved from BaseObject is currently participating in an active site event whose category matches S1.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity whose site event membership is checked (Self or Target). |
| CompareType | Equal: entity is in an event of that category; NotEqual: it is not. |
| S1 | The site event category to match against (e.g., Festival, Quest). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self is in a Festival event | Self | IsSiteEventMember | Equal |
| Check if Target is not in a Quest event | Target | IsSiteEventMember | NotEqual |
| Check if Self is in a Party event | Self | IsSiteEventMember | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents