Skip to main content

Condition_IsSiteEventMember

Description

Checks whether the entity resolved from BaseObject is currently participating in an active site event whose category matches S1.

Parameters

ParameterDescription
BaseObjectThe entity whose site event membership is checked (Self or Target).
CompareTypeEqual: entity is in an event of that category; NotEqual: it is not.
S1The site event category to match against (e.g., Festival, Quest).

Examples

DescriptionBaseObjectCommandCompareType
Check if Self is in a Festival eventSelfIsSiteEventMemberEqual
Check if Target is not in a Quest eventTargetIsSiteEventMemberNotEqual
Check if Self is in a Party eventSelfIsSiteEventMemberEqual