Execute_AcquireFreelanceLicense
Description
Acquires a freelance license for the BaseObject character. The acquisition fails if the character does not meet requirements or already owns the license. On success, the license is initialized with Beginner grade (1) and a trust score of 0. If acquisition fails, warning logs are generated with detailed failure reasons.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character entity that will acquire the license. |
| S1 | LicenseId (refers to License.Id in the data table). |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Acquire the Plumbing license for Self | Self | AcquireFreelanceLicense | Plumbing |
| Acquire the Repair license for Target | Target | AcquireFreelanceLicense | Repair |
Back to Command FinderSearch and filter all 399 Script Execution documents