Skip to main content

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

ParameterDescription
BaseObjectThe entity whose scheduled site events are checked (Self or Target).
CompareTypeEqual: a matching event is scheduled; NotEqual: no matching event is found.
S1The site event category to search for (e.g., Festival, Quest, Party).

Examples

DescriptionBaseObjectCommandCompareType
Check if Self has a scheduled Festival eventSelfIsSiteEventCategoryScheduledEqual
Check if Target has no scheduled Quest eventTargetIsSiteEventCategoryScheduledNotEqual
Check if Self has a scheduled Party eventSelfIsSiteEventCategoryScheduledEqual