Changes
Page history
Create Skills/Targeters/VariableLocation
authored
May 19, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Targeters/VariableLocation.md
0 → 100644
View page @
f043c0fa
## Description
Targets the location stored in the specified variable. One such variable can be set via the
[
SetVariableLocation
](
/skills/mechanics/setvariablelocation
)
mechanic.
## Attributes
| Attribute | Aliases | Description | Default |
|----------------|----------|------------------------------------------------------------|:-------:|
| variable | name, n, var, key, k | The name of the variable. | |
| scope | s | The scope of the variable. Can optionally be set in the name, using the scope.name syntax | |
## Examples
```
yaml
ExampleSkill
:
Skills
:
-
setvarloc{var=caster.1;v=@targetlocation} @self
-
e:p{y=2} @VariableLocation{var=caster.1}
```
## Aliases
-
[x] varLocation
\ No newline at end of file