I have an event where
Object A:On collision with object B, set all objects on layout destroyed.
I have about 5 different objects on the layout and I put them in a family, where I can destroy them on collision.
When I restart the layout after that, Object A is spawned twice immediately, instead of just one.
Is there a solution to this? I thought I already destroyed all objects before the layout restarts.