Set Region Info

26 September 2015

  • Release 9.19 - added.
setregioninfo (Commands)
TypeCorrade progressive command
Commandsetregioninfo
DescriptionThe setregioninfo command sets the estate region info. This command requires Corrade to be an estate manager for the region to set the info for.
Permissionsland
Parametersgroup, password
Last ChangesRelease 9.19 - added.

The setregioninfo command sets the estate region info. This command requires Corrade to be an estate manager for the region to set the info for.

Command Required Parameters Required Corrade Permissions Required Abilities Example
setregioninfo group, password land Corrade must be an estate manager.
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "setregioninfo",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            // do not allow terraform
            "terraform", "False",
            // allow flying on the region
            "fly", "True",
            // do not allow physical damage
            "damage", "False",
            // do not allow land resell
            "resell, "False",
            // do not allow pushing on the region
            "push", "False",
            // allow parceling (joining and sub-dividing)
            "parcel, "True",
            // set the agent limit to 20 (default 40)
            "limit", 20,
            // set the object bonus to 2.0 (default 1.0)
            "bonus", 2.0,
            // set the region as mature
            "mature", "True",
            "callback", wasURLEscape(URL)
        ]
    )
);

Note that the limit and bonus parameters must be explicitly set or the default values will be set.


secondlife/scripted_agents/corrade/api/commands/setregioninfo.txt ยท Last modified: 2022/11/24 07:45 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.