Batch Set Group for Multiple Objects

10 November 2018

  • Release 10.1 - added.
batchsetobjectgroup (Commands)
TypeCorrade progressive command
Commandbatchsetobjectgroup
DescriptionThe batchsetobjectgroup command can be used to set the group of multiple objects.
Permissionsinteract
Parametersgroup, password, item
Last ChangesRelease 10.1 - added.

The batchsetobjectgroup command can be used to set the group of multiple objects.

Command Required Parameters Required Corrade Permissions Example
batchsetobjectgroup group, password, item interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // set the group for multiple in-world objects
            "command", "batchsetobjectgroup",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "item", wasURLEscape(
                wasKeyValueEncode(
                    [
                        "69434a76-6b0a-42fc-89b6-4213c71906aa",
                        "Chair",
                        "Ball"
                    ]
                )
            ),
            "range", 5
        ]
    )
);
Optional Parameter Possible Value Description
range A range in meters. The spherical distance from Corrade in which to locate the item.

Notes


secondlife/scripted_agents/corrade/api/commands/batchsetobjectgroup.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.