Changes
Page history
Update variableequals
authored
Oct 16, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/conditions/variableequals.md
View page @
ed421585
...
@@ -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
...
...
...
...