Skip to main content

Condition_FreelanceLicenseGrade

Description

Checks the grade level of a specific freelance license for the BaseObject character. Compares the current grade of the license (identified by S1) against the grade value specified in F1. Grade values: None=0, Beginner=1, Intermediate=2, Advanced=3, Expert=4.

Parameters

ParameterDescription
BaseObjectThe character entity to check the license grade for.
CompareTypeSupported compare types: Equal, NotEqual, Greater, GreaterOrEqual, Less, LessOrEqual.
S1LicenseId (refers to License.Id in the data table).
F1Grade level to compare against (0=None, 1=Beginner, 2=Intermediate, 3=Advanced, 4=Expert).

Examples

DescriptionBaseObjectCommandCompareTypeS1F1
Check if Self's Plumbing license is Advanced or higherSelfFreelanceLicenseGradeGreaterOrEqualPlumbing3
Check if Self's Repair license is exactly IntermediateSelfFreelanceLicenseGradeEqualRepair2
Check if Target's Cleaning license is below ExpertTargetFreelanceLicenseGradeLessCleaning4