|
|
## Description
|
|
|
Targets the furnitures at the inherited locations, if any
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
> *This targeter has no attributes*
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
```yaml
|
|
|
ExampleSkill:
|
|
|
Skills:
|
|
|
- skill{s=TargetFurniture} @Forward{f=2}
|
|
|
|
|
|
TargetFurniture:
|
|
|
Skills:
|
|
|
- sudoskill{cat=true;s=FoundFurniture} @Furniture
|
|
|
|
|
|
FoundFurniture:
|
|
|
Skills:
|
|
|
- message{m=You have found me, human!} @trigger
|
|
|
``` |
|
|
\ No newline at end of file |