Changes
Page history
added isSkill condition
authored
Aug 30, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Conditions/OriginLocation.md
0 → 100644
View page @
595b54c3
## Description
Checks if the [origin] is at a given location
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| location | loc, l, c | The location to match, written as
`x,y,z`
. | |
| x | | The x coordinate of the location, ignored if the location attribute is set | 0 |
| y | | The y coordinate of the location, ignored if the location attribute is set | 0 |
| z | | The z coordinate of the location, ignored if the location attribute is set | 0 |
| exact | e | Whether to match the location exactly | false |
## Examples
```
yaml
Conditions
:
-
originLocation{loc=10,20,30}
true
```
<!-- LINKS -->
[
origin
]:
/Skills/Targeters/Origin
\ No newline at end of file