Get Object Name from Group?

After a collision with a group object I want to get that specific object name - either into a variable or as an expression.

Something like:

ObjectGroup contains A, B, C, etc…
Collision with ObjectGroup … ObjectResult = C

Any ideas?

You can use the string expression

ObjectGroup.ObjectName()

:slight_smile:

:astonished: This is gonna change my life :sunglasses:

My bad, the expression is:

ObjectGroup.ObjectName()

Fixed it in the previous post too.

PERFECT! Thanks Lizard 13 - you’re always saving me.