I have a scripted PFlow system that positions each particle according to data read from a text file. Im doing various things that move these particles around, but at the end of it all Id like for them to make their way back to their original positions. I know I can store the original positions using .particleVector. How can I send a particle back to its position while being influenced by forces etc?