Skip to main content

Condition_IsMyCareerSeat

Description

Checks if the target seat object is the member's currently assigned career seat. Resolves the seat to its root object via ObjectGrouping, then finds the career associated with the seat's site to perform the membership check.

Parameters

ParameterDescription
BaseObjectThe character to check (Self = self entity, Target = target
entity). The seat object is resolved via GetEntityIdByNonBase.
CompareTypeEqual (is my seat) or NotEqual (is not my seat).

Examples

DescriptionBaseObjectCommandCompareType
Check if object is my seatSelfIsMyCareerSeatEqual
Check if object is not my seatSelfIsMyCareerSeatNotEqual