. . . Posted September 30, 2021 Share Posted September 30, 2021 I want to make the radius of this function multiplied by the scale of the entity using it to find stuff if possible Link to comment https://forums.kleientertainment.com/forums/topic/134109-is-there-a-way-to-change-thesimfindentities/ Share on other sites More sharing options...
penguin0616 Posted September 30, 2021 Share Posted September 30, 2021 (edited) 37 minutes ago, . . . said: I want to make the radius of this function multiplied by the scale of the entity using it to find stuff if possible Can you change it? Yes. Should you? Generally no. FindEntities doesn't use an entity to search for other entities, it uses a point and radius, so what you are asking for isn't really feasible on a global changing scale. If you're talking about a specific prefab that uses FindEntities based on its own position, that's a little more feasible. If you could get away with just changing the function or specific arguments that are variables, that'd be nice but it's not a guarantee for a case like that. You'd probably have to change the function environment to use a fake TheSim that has your custom FindEntities. Edited September 30, 2021 by penguin0616 1 Link to comment https://forums.kleientertainment.com/forums/topic/134109-is-there-a-way-to-change-thesimfindentities/#findComment-1500523 Share on other sites More sharing options...
. . . Posted October 1, 2021 Author Share Posted October 1, 2021 ya I realized hour later after posting this that it wouldn't help anyways because there's no data to get the entity that's using it only way is to change every single entity is findsim by replacing their functions and stuff using it.. Link to comment https://forums.kleientertainment.com/forums/topic/134109-is-there-a-way-to-change-thesimfindentities/#findComment-1500593 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now