I have nParticles instances in a circle and I am trying to get their aim direction to point to the center of the grid so all characters are facing towards the centre of the circle. (towards the guy in the middle of the circle)
I tried something similar to the following thread: http://forums.cgsociety.org/showthread.php?f=86&t=1081832&highlight=aim+direction
And I created a vector attribute called aimPP.

and inside I added the expression:
nParticleShape1.aimPP = <<0, 0,0>>;
Then I set the aimDirection to aimPP.
I would appreciate any help.
p, li { white-space: pre-wrap; }