Execute_AssignCareerSeat
Description
Assigns a character to a specific career seat. Resolves the seat to its root object via ObjectGrouping and assigns the character to that seat. If another member already occupies the seat, they are swapped. If the seat is a child of an ObjectGrouping component, the root entity is used. On success, sends the S_UpdateCareerSeatInfo packet to synchronize with the client.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character to assign (Base); the seat object is resolved as NonBase. |
| S1 | EB1CareerType to use (e.g., Business, School); defaults to Business if omitted. |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Assign the character to a Business career seat | Self | AssignCareerSeat | |
| Assign the character to a School career seat | Self | AssignCareerSeat | School |
Back to Command FinderSearch and filter all 399 Script Execution documents