Changes
Page history
added isSkill condition
authored
Aug 30, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Conditions/variableisset.md
0 → 100644
View page @
595b54c3
## Description
Checks if the given
[
variable
](
/Skills/Variables
)
is set.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| 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 |
<!--type:VariableScope-->
|
## Examples
```
yaml
Conditions
:
-
variableisset{var=target.dazed}
true
```
## Aliases
-
[x] varisset
-
[x] varset
\ No newline at end of file