Changes
Page history
Revert "added ClearTarget mechanic"
authored
Oct 02, 2025
by
Lxlp
This reverts commit 1f8283a3389908f340de3fcb5bc030ebbd4ae456.
Show whitespace changes
Inline
Side-by-side
skills/mechanics/setvariablelocation.md
0 → 100644
View page @
38502e7a
## Description
Sets a value of type string. The value will depend on the location passed to the "value" parameter, and will include informations regarding coordinates and world of the target location
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| value | val, v, a, amount | The target location | @self |
> This mechanic inherits every *inheritable* attribute of the [SetVariable](skills/mechanics/setvariable) mechanic
## Examples
```
yaml
TestSkill
:
Skills
:
-
setvarloc{var=caster.1;v=@self} @self
-
m{m=<caster.var.1>} @self
```
## Aliases
-
[x] variableSetLocation
-
[x] setVarLoc
<!--TAGS-->
<!--tag:Variable-->