Skip to main content

Condition_IsTeamProjectActive

Description

Checks whether the BaseObject character currently has an active team project.

Parameters

ParameterDescription
BaseObjectThe character whose team project active state will be checked.
CompareTypeEqual (team project is active) or NotEqual (team project is not active).
S1EB1CareerType to check (e.g., Business, School); defaults to Business if omitted.

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Business team project is activeSelfIsTeamProjectActiveEqual
Check if Business team project is not activeSelfIsTeamProjectActiveNotEqual
Check if School team project is activeSelfIsTeamProjectActiveEqualSchool