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?
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()
This is gonna change my life
My bad, the expression is:
ObjectGroup.ObjectName()
Fixed it in the previous post too.
PERFECT! Thanks Lizard 13 - you’re always saving me.