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
| Parameter | Description |
|---|---|
| BaseObject | The character entity to check the license review status for. |
| CompareType | Supported compare types: Equal, NotEqual. |
| S1 | LicenseId (refers to License.Id in the data table). |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if Self's Plumbing license is under review | Self | IsLicenseUnderReview | Equal | Plumbing |
| Check if Self's Repair license is not under review | Self | IsLicenseUnderReview | NotEqual | Repair |
| Check if Target's Plumbing license is under review | Target | IsLicenseUnderReview | Equal | Plumbing |
Back to Command FinderSearch and filter all 491 Script Condition documents