LlGetRegionAgentCount
De DigiWiki.
//Tell the owner how many avatars are in the region on touch default { touch_start(integer count) { llOwnerSay((string)llGetRegionAgentCount()); } }
//Tell the owner how many avatars are in the region on touch default { touch_start(integer count) { llOwnerSay((string)llGetRegionAgentCount()); } }