LlGetRegionAgentCount
De DigiWiki.
Version du 11 août 2012 à 15:17 par Djphil (discuter | contributions)
//Tell the owner how many avatars are in the region on touch default { touch_start(integer count) { llOwnerSay((string)llGetRegionAgentCount()); } }