I have multiple objects of the same instance, i need to select the two closest to the one that is being dragged.
So I need something like:
[is 'object1' dragging]
-----[pick nearest 'object1']
------------>set global variable uid1 = 'object1'.uid
-----[pick nearest 'object1']
------------>set global variable uid2 = 'object1'.uid
I just have no idea how im supposed to get something like that setup.
Thanks in advance.