Variable Location

Description

Targets the location stored in the specified variable. One such variable can be set via the 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

ExampleSkill:
  Skills:
  - setvarloc{var=caster.1;v=@targetlocation} @self
  - particle{y=2} @VariableLocation{var=caster.1}

Aliases

  • varLocation
Updated Aug 19, 2026