LlGetRegionAgentCount
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Contents |
Summary
Function: integer llGetRegionAgentCount( );| 334 | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Returns an integer that is the number of avatars in the region.
Examples
//Tell the owner how many avatars are in the region on touch default { touch_start(integer count) { llOwnerSay((string)llGetRegionAgentCount()); } }
This article wasn't helpful for you? Maybe the related article at the LSL Wiki is able to bring enlightenment.

