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