Skip to main content

Condition_Skill

Description

Checks if an entity's skill level satisfies the specified comparison condition.

Parameters

ParameterDescription
BaseObjectThe entity whose skill level is checked (Self or Target).
CompareTypeThe comparison operation to apply (Equal, NotEqual, Greater, Less, GreaterEqual,
LessEqual, Between).
S1The skill ID to check (e.g., Charisma, Cooking).
F1The primary value to compare against the skill level.
F2The upper bound for range comparison (used with Between).

Examples

DescriptionBaseObjectCommandCompareType
Check if Self's Charisma skill level is at least 5SelfSkillGreaterEqual
Check if Self's Cooking skill level equals 3SelfSkillEqual
Check if Self's Cooking skill level is between 3 and 7SelfSkillBetween
Check if Target's Logic skill level is less than 10TargetSkillLess