Pick latest created

Hi! It could be nice to have an object condition similar to “Pick nearest object”, but for the latest object created of a specific type.
What do you think?

I don’t see the point. You could also do that by setting a variable newlyCreated to 1 on the newly created object after setting it to 0 on each object (to be sure only one object at a time has it) and using a condition newlyCreated = 1 to deselect other objects.

1 Like

but it would be nice to have it though

1 Like

Yes, always is nice to have more features :grin: