Skip to main content

Condition_CompareSkill

Description

Compares the skill level of the BaseObject entity against the Target entity's skill level.

Note

Although BaseObject can be set to either Self or Target, validation currently restricts this condition to Self only.

Parameters

ParameterDescription
BaseObjectThe reference entity whose skill level is compared against Target (Self).
CompareTypeThe comparison operation applied between BaseObject and Target skill levels
(Equal, NotEqual, Greater, Less, GreaterEqual, LessEqual).
S1The skill ID to compare (e.g., Cooking, Charisma).

Examples

DescriptionBaseObjectCommandCompareType
Check if Self's Cooking skill is greater than Target'sSelfCompareSkillGreater
Check if Self's Charisma skill equals Target'sSelfCompareSkillEqual
Check if Self's Logic skill is less than Target'sSelfCompareSkillLess