|
Mechanic: Set Variable Location
|
|
## 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
|
|
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 | Alias | Description | Defaults |
|
|
|
|
| --------- | ----- | ----------- | -------- |
|
|
|
|
| value | val, v | The target location | @self
|
|
|
|
|
|
|
|
Examples
|
|
## Attributes
|
|
--------
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
|
| value | val, v | The target location | @self |
|
|
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
```yaml
|
|
```yaml
|
|
TestSkill:
|
|
TestSkill:
|
|
Skills:
|
|
Skills:
|
|
- setvarloc{var=caster.1;v=@self} @self
|
|
- setvarloc{var=caster.1;v=@self} @self
|
|
- m{m=<caster.var.1>} @self
|
|
- m{m=<caster.var.1>} @self
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
|
- [x] variableSetLocation
|
|
|
|
- [x] setVarLoc |
|
|
|
\ No newline at end of file |