Skip to main content

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

ParameterDescription
BaseObjectThe character whose assigned career seat will be checked.
CompareTypeEqual (has an assigned seat) or NotEqual (does not have an assigned seat).
S1Optional 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

DescriptionBaseObjectCommandCompareTypeS1
Check if Self has an assigned Business seatSelfHasCareerSeatEqual
Check if Self has no assigned School seatSelfHasCareerSeatNotEqualSchool