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
| Parameter | Description |
|---|---|
| BaseObject | The character to check (Self = self entity, Target = target |
| entity). The seat object is resolved via GetEntityIdByNonBase. | |
| CompareType | Equal (is my seat) or NotEqual (is not my seat). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if object is my seat | Self | IsMyCareerSeat | Equal |
| Check if object is not my seat | Self | IsMyCareerSeat | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents