"Pick" won't work because that picks existing objects. You might just want to have your trigger event fire and then do something like
If Parameter=0, spawn ParticleObject0
If Parameter=1, spawn ParticleObject1
etc...
Brute force, but it works, and easy to do since you only have six in the family.