Condition_HasCareerSeat
Description
Checks whether the character has any assigned career seat for the specified career type. This condition does not compare against a target seat object; it only checks the character's current seat assignment.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character whose assigned career seat will be checked. |
| CompareType | Equal (has an assigned seat) or NotEqual (does not have an assigned seat). |
| S1 | Optional EB1CareerType to check (e.g., Business, School). Defaults to Business. |
Notes
- If the character has no career of the requested type, the condition treats it as no assigned seat.
- Use IsMyCareerSeat when a specific target seat object must be compared with the character's seat.
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if Self has an assigned Business seat | Self | HasCareerSeat | Equal | |
| Check if Self has no assigned School seat | Self | HasCareerSeat | NotEqual | School |
Back to Command FinderSearch and filter all 491 Script Condition documents