Update variableequals authored by Lxlp's avatar Lxlp
...@@ -3,7 +3,6 @@ A condition that checks the value of a [variable](/Skills/Variables). ...@@ -3,7 +3,6 @@ A condition that checks the value of a [variable](/Skills/Variables).
## Attributes ## Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| variable | name, n, var, key, k | The name of the variable. Can optionally be prefixed with scope| | | variable | name, n, var, key, k | The name of the variable. Can optionally be prefixed with scope| |
...@@ -12,7 +11,6 @@ A condition that checks the value of a [variable](/Skills/Variables). ...@@ -12,7 +11,6 @@ A condition that checks the value of a [variable](/Skills/Variables).
## Examples ## Examples
In this example, the target players would only hear growling from any number of nearby bears once every 10 minutes. In this example, the target players would only hear growling from any number of nearby bears once every 10 minutes.
```yaml ```yaml
... ...
......