To select a part of an array. Say you had an array like this:
Bobsarray= [man1,man2,man3]
If you were to do:
Bobsarray select 1
Then the result would be "man2"
So:
(Bobsarray select 1) setdammage 1
Would kill "man2".
Note: It goes from 0,1,2,3 NOT 1,2,3,4
8)PEACE