Update Conditions authored by Ethan's avatar Ethan
...@@ -69,5 +69,5 @@ These parameters are included in **every** condition. ...@@ -69,5 +69,5 @@ These parameters are included in **every** condition.
| Parameter | Aliases | Description | Type | Default Value | | Parameter | Aliases | Description | Type | Default Value |
| ------ | ------ | ------ | ------ | ------ | | ------ | ------ | ------ | ------ | ------ |
| `operator` | `oper, op` | Which operator to use for comparing the values. | Operator`(greater, g, equal, e, less, l)` | `N/A` | | `operator` | `oper, op` | Which operator to use for comparing the values. | `(greater, g, equal, e, less, l)` | `N/A` |
| `equalto` | `et` | If set to true `less` or `greater` will also resolve as true if both of the values equal each other. | Boolean | `false` | | `equalto` | `et` | If set to true `less` or `greater` will also resolve as true if both of the values equal each other. | Boolean | `false` |
\ No newline at end of file