well i got a bit of code from a friend who says it will do something in particular, but he says he's not sure if it is quite right, will someone tell me what this does?
for(%i = 0; %i < clientGroup.getCount(); %i++)
{
%client = clientGroup.getObject(%i);
// Do stuff.
}
And what you can do with it?