Skip to main content

Condition_SiteCleanliness

Description

Compares the cleanliness (dust) value of the site where the character is currently located against the specified threshold using the given comparison type.

Parameters

ParameterDescription
BaseObjectThe character whose located site's cleanliness is checked (Self or Target).
CompareTypeComparison type: Less, Greater, Equal, GreaterOrEqual, LessOrEqual, InRange, OutRange.
F1Threshold value (or minimum value for InRange/OutRange).
F2Maximum value for InRange/OutRange comparison.

Examples

DescriptionBaseObjectCommandCompareTypeF1F2
Checks if Self's located site cleanliness is less than 30SelfSiteCleanlinessLess30
Checks if Target's located site cleanliness equals 0TargetSiteCleanlinessEqual0
Checks if Self's located site cleanliness is between 20 and 80SelfSiteCleanlinessInRange2080