When I touch a object, I want to either
1. pick the 1st instance, if there are multiple ones where I touch OR
2. pick the only instance, if there are NOT multiple instances where I touch.
I then do some actions to that particular instance.
To do this I use "pick instance 1", however if I just touch one instace, it doesnt pick any. If I don't use "pick instance 1" then I cant pick one instance from multiple ones I touch.
If I use else, I then have to repeat the action or introduce a function. Is there a way to do this more efficiently?
Am I missing something?