So, I have this setup. It has a cube (Cube1) that is looking Left, Right, Up, and Down for a property named ‘Test’. There is another cube (Cube2) it has the property ‘Test’. Cube 2 passes through Cube1’a sensor field to the right and creates an object specific to the right side being on. Now Cube2 continues on. Here is the part that causes the problem, When Cube2 continues on, it activates the other sensor fields. Now i need Cube2 to survive so killing it won’t work.
For easy reading.
Question
- What can I do to keep Cube2 from triggering Cube1’s sensor fields other than the one it’s supposed to.
Misc info
-
The cube MUST survive.
-
The cube is duplicated and could possibly approach Cube1 from any angle, so giving it a specific property is off
-
I need Cube1 to have the separate direction sensors
I was thinking of deleting Cube2’s ‘Test’ property while it was inside the cubes sensor field, but I don’t know how to do that (Delete the property) If you have any suggestions of another way to do this, please don’t hesitate to post!