Update variableisset authored by Lxlp's avatar Lxlp
......@@ -3,14 +3,13 @@ Checks if the given [variable](/Skills/Variables) is set.
## Attributes
| 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
```yaml
Conditions:
- variableisset{var=target.dazed} true
......
......