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
| Parameter | Description |
|---|---|
| BaseObject | The seat object (Base); the character is resolved as NonBase. |
| CompareType | Equal (seat is registered) or NotEqual (seat is not registered). |
| S1 | EB1CareerType to check (e.g., Business, School); defaults to Business if omitted. |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if the Business seat is registered | Self | IsCareerSeatRegistered | Equal | |
| Check if the Business seat is unregistered | Self | IsCareerSeatRegistered | NotEqual | |
| Check if the School seat is registered | Self | IsCareerSeatRegistered | Equal | School |
Back to Command FinderSearch and filter all 491 Script Condition documents