Execute_SetClothWeatheringIntensity
Description
Sets the weathering intensity value for the character's clothing. Has no effect on NPC characters.
Note
This action is ignored for NPC characters; weathering is only applied to player characters.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character whose clothing weathering intensity will be set. |
| F1 | Weathering intensity value to apply (range: 0.0 = clean to 1.0 = worn). |
Examples
| Description | BaseObject | Command | F1 |
|---|---|---|---|
| Sets self's clothing weathering to fully clean. | Self | SetClothWeatheringIntensity | 0.0 |
| Sets self's clothing weathering to fully worn. | Self | SetClothWeatheringIntensity | 1.0 |
| Sets target's clothing weathering to 50%. | Target | SetClothWeatheringIntensity | 0.5 |
| Sets self's clothing weathering to lightly worn. | Self | SetClothWeatheringIntensity | 0.2 |
Back to Command FinderSearch and filter all 399 Script Execution documents