Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST] Tagger.getByTag bound to a specific radius from the selected token. #20

Open
thatlonelybugbear opened this issue Oct 7, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@thatlonelybugbear
Copy link

Is your feature request related to a problem? Please describe.
I am making perception checks and get the tags of objects, in a specific radius from a given token, with a tag of perception_needed.number
Then I go through the tags collected and match the .number to the perception result and make the collected objects visible accordingly.

Describe the solution you'd like
const objects = Tagger.getByTag("tag_to_find", { matchExactly: true }, { radius: 30 }, { source: token });
or something along this line.

Describe alternatives you've considered
Using the already provided functions to gather the proper PlaceableObjects and filter them afterwards according to the distance from the source token.

@thatlonelybugbear thatlonelybugbear added the enhancement New feature or request label Oct 7, 2022
@thatlonelybugbear thatlonelybugbear changed the title [REQUEST] Tagger.getByTag bound to a specific radius from the selected token. [REQUEST] Tagger.getByTag bound to a specific radius from the selected token. Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants