Hi all, I'm trying to set up a an ICE tree where, if particles reach a specific state in a first simulation, they're scaled to 0 right after emission the next time I simulate. My idea was to create an array, to add the ID's of the specific particles to the array when they enter the aforementioned state, and then to test the particles at emission and scale them to zero if they're in the array. I wasn't able to stop the array from being reset each time I simulate, however, and that makes the whole setup useless.
Any ideas?

