Well here is a demonstration of creating curves by recording each
particle ID for each frame.
In here the particles are affected by a VolumeAxis field, which
gives turbulance and a directional force.
Looks like the sentinels in matrix :)
Particle ID position to Curve Script.
This script here is rewritten fully in Python. Well of course I am going
through Tutoring from Gaki.
I also have learned about Dictionaries in Python which records in a different
way from an array.
Dictionaries allow the user to define the key (groupname) followed by the array
of information. You also can add to that dictionary at any prefered time.
#eg: dict = {key1: value1, key2: value2}