Containers to arrays , for example , when you want to add some containers to multiple objects that have the events , you need to add an array for each of these objects and picking conditions for each of those objects
Or , when you have multiple tank bases that act totally differently, and you need a turret for each of them
In my case , I am working on a rewind a la braid and I need to store each position each tick for multiple objects , now I'm repeating the events multiple times and this is counter-intuitive