Skip to main content

Condition_IsCareerSeatRegistered

Description

Checks whether a career seat object is registered in the character's career. Resolves the seat to its root object via ObjectGrouping and checks whether that seat entity is registered in the character's career seat map. If the seat is a child of an ObjectGrouping component, the root entity is used for the lookup.

Parameters

ParameterDescription
BaseObjectThe seat object (Base); the character is resolved as NonBase.
CompareTypeEqual (seat is registered) or NotEqual (seat is not registered).
S1EB1CareerType to check (e.g., Business, School); defaults to Business if omitted.

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if the Business seat is registeredSelfIsCareerSeatRegisteredEqual
Check if the Business seat is unregisteredSelfIsCareerSeatRegisteredNotEqual
Check if the School seat is registeredSelfIsCareerSeatRegisteredEqualSchool