Skip to main content

Condition_IsLicenseUnderReview

Description

Checks whether the BaseObject character's freelance license is currently under review. Returns true if the character has submitted an application for the license specified by S1 and is awaiting the result.

Parameters

ParameterDescription
BaseObjectThe character entity to check the license review status for.
CompareTypeSupported compare types: Equal, NotEqual.
S1LicenseId (refers to License.Id in the data table).

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Self's Plumbing license is under reviewSelfIsLicenseUnderReviewEqualPlumbing
Check if Self's Repair license is not under reviewSelfIsLicenseUnderReviewNotEqualRepair
Check if Target's Plumbing license is under reviewTargetIsLicenseUnderReviewEqualPlumbing