Condition_HasFreelanceLicense
Description
Checks whether the BaseObject character has a specific freelance license. Verifies that the character possesses the license identified by S1.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character entity to check license ownership. |
| 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 has the Plumbing license | Self | HasFreelanceLicense | Equal | Plumbing |
| Check if Self does not have the Plumbing license | Self | HasFreelanceLicense | NotEqual | Plumbing |
| Check if Target does not have the Repair license | Target | HasFreelanceLicense | NotEqual | Repair |
Back to Command FinderSearch and filter all 491 Script Condition documents