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

IsNearType Func #96

Open
Fernandomr88 opened this issue Apr 3, 2017 · 0 comments
Open

IsNearType Func #96

Fernandomr88 opened this issue Apr 3, 2017 · 0 comments

Comments

@Fernandomr88
Copy link
Contributor

Hey,

We were using Sphere 56b and the ISNEARTYPE function worked very well, but now that I've updated to 56d I'm having some issues with it.

Did anything change that isn't at the Revisions docs?

Before it worked like isneartype t_tree, 3 <---- meaning it would loop through every static item inside 3 (or whatever is set there) tiles radius.

Now I have to use isneartype t_tree, 1 and then 2 and then 3 and then check if any of those returned true.

I'm guessing now the change made (whatever that was) returns the result of the last iterated object (regardless of the previous objects results) instead of "if there's any t_tree inside a 3 tile radius, return 1".

Am I mistaken? Was there any change in that function syntax? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant