Condition_CanAcquireFreelanceLicense
Description
Checks whether the BaseObject character can acquire a specific freelance license. Validates all acquisition conditions defined for the license, including skill requirements and job experience.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character entity to check license acquisition eligibility 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 can acquire the Plumbing license | Self | CanAcquireFreelanceLicense | Equal | Plumbing |
| Check if Self cannot acquire the Plumbing license | Self | CanAcquireFreelanceLicense | NotEqual | Plumbing |
| Check if Target cannot acquire the Repair license | Target | CanAcquireFreelanceLicense | NotEqual | Repair |
Back to Command FinderSearch and filter all 491 Script Condition documents