Kelly Linden announced Monday in the Scripting UG and again in the Tuesday Server/Sim/Scripting Ug that he has progressed far enough on the function that it is now in QA and winding its way to a Release Channel. It is probably two weeks away from a roll out on an RC.
You can find pre-release information in the wiki: llGetAgentList(). The page was posted 3/20.
This function will return a list of the agents in a specified area within a single region. The areas you can specify are;
- AGENT_LIST_PARCEL – returns only agents on the same parcel where the script is running.
- AGENT_LIST_PARCEL_OWNER – returns only agents on any parcel in the region where the parcel owner is the same as the owner of the parcel under the scripted object.
- AGENT_LIST_REGION – returns any/all agents in the region.
The function will return a list of avatar keys. The limit is 100 avatars per the wiki. There is no discernible order or randomness to the list.

