Jump to content

Did region limits change?


Fionalein
 Share

You are about to reply to a thread that has been inactive for 1753 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

12 hours ago, Fionalein said:

Hi everyone - I just tried to enter a mainland region with 31 avatars in and could not enter it until the count dropped to 29... is there a new limit in place? I thought it was 40 for mainland.

default
{
    touch_end(integer i)
    {
        if (llDetectedKey(0) == llGetOwner())
        {
            llOwnerSay("Agent limit for the region " + llGetRegionName() + " is " + llGetEnv("agent_limit") + ".");
        }
    }
}

Use the above code in a click HUD to see what the agent limit is in any region you're in.

You can also go to World > Region Details > Region to see what value is used as well.

Edited by Lucia Nightfire
  • Like 3
  • Thanks 2
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 1753 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...