Update Bar Progress Condition authored by Ethan's avatar Ethan
......@@ -7,9 +7,9 @@ Uses the bar progress to make a condition.
## Parameters
[You can view all global parameters here.](Condition-Parameters)
| Parameter | Aliases | Description | Type |
| ------ | ------ | ------ | ------ |
| `value` | `v` | The value to compare with the bar's coefficient. Takes a decimal like 0.5 which would be equivalent to 50%. | `Number` |
| Parameter | Aliases | Description | Type | Default Value |
| ------ | ------ | ------ | ------ | ------ |
| `value` | `v` | The value to compare with the bar's coefficient. Takes a decimal like 0.5 which would be equivalent to 50%. | `Number` | Required |
## Examples
```
......
......