Condition_IsSiteEventCategoryScheduled
Description
Checks whether the entity resolved from BaseObject has joined (scheduled) any site event
whose category matches S1. Both active and upcoming scheduled events are evaluated.
Parameters
| Parameter | Description |
|---|
| BaseObject | The entity whose scheduled site events are checked (Self or Target). |
| CompareType | Equal: a matching event is scheduled; NotEqual: no matching event is found. |
| S1 | The site event category to search for (e.g., Festival, Quest, Party). |
Examples
| Description | BaseObject | Command | CompareType |
|---|
| Check if Self has a scheduled Festival event | Self | IsSiteEventCategoryScheduled | Equal |
| Check if Target has no scheduled Quest event | Target | IsSiteEventCategoryScheduled | NotEqual |
| Check if Self has a scheduled Party event | Self | IsSiteEventCategoryScheduled | Equal |