I have a set of code that is supposed to work with a specific object at a time. Because of that, I'm using a system with spread values.
Basically, the system has an ID (spread value) for all the objects in a group. When a trigger object is activated, and the objects linked to that are overlapping one of the objects in a group, the objects get the ID (spread value) of group object that's overlapping it and changes it to one of its Alterable Values.
It then runs some events with filters that prevent any object without the same ID as the alterable value from running the actions.
Unfortunately, even though the trigger is going off, and the object is retrieving and storing the alterable value, I can't get the action to work. I've tested my code with and without the filter and it does work without the faulty filter. (But applies to all the objects in the group.)
Is there any reason why it might be doing this? (Let me know if you need any clarification or examples)
-Wolfking_Warrior
Thanks for your time!