Ok newt, let make sure I follow you:
You're saying if I pick an object, then pick same or any other object at same level this "breaks" picking. What does "break" mean specifically? Does "break" mean: Each pick at same level cancels (un-picks) any prior pick? So if I pick in subevents, I will not break the prior pick?
So like...
Pick ( SomeObjectA ) by-whatever
---- Pick ( SomeOtherObject ) by-whatever
-------- Pick ( AThirdObject ) by-whatever
------------ In this pick subevent I will still have all 3 objects picked
But if I do above like this...
Pick ( SomeObjectA ) by-whatever
Pick ( SomeOtherObject ) by-whatever
Pick ( AThirdObject ) by-whatever
---- In this pick subevent I will have AThirdObject picked, but break/lose the first 2 objects picked?
I'm assuming if you ever (regardless of same level or subevent) pick same object again, you lose the prior pick. Yes?
Thank you for helping my friend! :-)