Condition_IsTeamProjectActive
Description
Checks whether the BaseObject character currently has an active team project.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character whose team project active state will be checked. |
| CompareType | Equal (team project is active) or NotEqual (team project is not active). |
| S1 | EB1CareerType to check (e.g., Business, School); defaults to Business if omitted. |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if Business team project is active | Self | IsTeamProjectActive | Equal | |
| Check if Business team project is not active | Self | IsTeamProjectActive | NotEqual | |
| Check if School team project is active | Self | IsTeamProjectActive | Equal | School |
Back to Command FinderSearch and filter all 491 Script Condition documents