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
| Parameter | Description |
|---|---|
| BaseObject | The character whose located site's cleanliness is checked (Self or Target). |
| CompareType | Comparison type: Less, Greater, Equal, GreaterOrEqual, LessOrEqual, InRange, OutRange. |
| F1 | Threshold value (or minimum value for InRange/OutRange). |
| F2 | Maximum value for InRange/OutRange comparison. |
Examples
| Description | BaseObject | Command | CompareType | F1 | F2 |
|---|---|---|---|---|---|
| Checks if Self's located site cleanliness is less than 30 | Self | SiteCleanliness | Less | 30 | |
| Checks if Target's located site cleanliness equals 0 | Target | SiteCleanliness | Equal | 0 | |
| Checks if Self's located site cleanliness is between 20 and 80 | Self | SiteCleanliness | InRange | 20 | 80 |
Back to Command FinderSearch and filter all 491 Script Condition documents