Skip to main content

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

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

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Self can acquire the Plumbing licenseSelfCanAcquireFreelanceLicenseEqualPlumbing
Check if Self cannot acquire the Plumbing licenseSelfCanAcquireFreelanceLicenseNotEqualPlumbing
Check if Target cannot acquire the Repair licenseTargetCanAcquireFreelanceLicenseNotEqualRepair