Update variableisset authored by Lxlp's avatar Lxlp
...@@ -3,14 +3,13 @@ Checks if the given [variable](/Skills/Variables) is set. ...@@ -3,14 +3,13 @@ Checks if the given [variable](/Skills/Variables) is set.
## Attributes ## Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| variable | name, n, var, key, k | variable to match | | | variable | name, n, var, key, k | The name of the variable. Can optionally be prefixed with scope| |
| scope | s | The [scope](/Skills/Variables#variable-scopes) of the variable, e.g. where the variable is located | |
## Examples ## Examples
```yaml ```yaml
Conditions: Conditions:
- variableisset{var=target.dazed} true - variableisset{var=target.dazed} true
... ...
......