Skip to main content

Condition_HasFreelanceLicense

Description

Checks whether the BaseObject character has a specific freelance license. Verifies that the character possesses the license identified by S1.

Parameters

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

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Self has the Plumbing licenseSelfHasFreelanceLicenseEqualPlumbing
Check if Self does not have the Plumbing licenseSelfHasFreelanceLicenseNotEqualPlumbing
Check if Target does not have the Repair licenseTargetHasFreelanceLicenseNotEqualRepair