Ok peoples, a simple getpos problem for you.
A group of soldiers, I was to find the average position of the entire group.
That is, I want to add up all their X co-ordinates, all their Z co-ordinates and all their Y co-ordinates and then divide by the number of people in the group.
I believe that will give me the average group position. But how to do?