I have a family with four different objects, each of them gets spawned randomly.
When they collide with another object, they have different behaviours.
I created a family collides with object event, is it possible to add another condition more or less like this:
family.object_that_collided.instance_variable = 'something'?
Thanks