[SOLVED] How can I clear all picked objects?

I’m creating multiple objects of one kind and I want to give each created object a different permanent force. However, if I try to do it like this:


it doesn’t work because creating an object just adds to the list of picked objects.
Is there a way to “unpick” objects? Or if you have another solution to my problem you can share that too.
Thanks.

Edit: I managed to solve this issue by creating each object in a different sub-event.

2 Likes

I have a very similar problem ATM. Since my objects are added to different layers, I may just perform my action on the entire layer after the fact. But good to know that sub-events work too!