llGetRegionAgentCount
default
{
state_entry()
{
llSetTimerEvent(15.0);
}
timer()
{
llSetText("Agents in Region: " + (string)llGetRegionAgentCount(), <1.0, 1.0, 1.0>, 1.0);
}
}
-->
Tons of LSL scripts, examples and 3D tools, free for all. There are currently 207 scripts and articles in this database.
default
{
state_entry()
{
llSetTimerEvent(15.0);
}
timer()
{
llSetText("Agents in Region: " + (string)llGetRegionAgentCount(), <1.0, 1.0, 1.0>, 1.0);
}
}