Hi, I have a condition that is referencing an instance of an object and I need an action inside this condition to refer to another instance of the same object, is it possible to do?
What I want to do is move two objects to new positions but the condition is clicking only one of these two objects, taking into account that:
These are not the only instances so I need to make sure I move only these two objects.
The condition to move both is clicking the first object, not any of the two.
I tried referencing the second object by UID as a sub-event but it doesn't work.
Thanks!