Set Sale Information

19 May 2015

  • Release 8.12 - range is now an optional parameter and not required to locate the item.

<data Commands> Type: Corrade progressive command Command[wiki]: setobjectsaleinfo Description[wiki]: The setobjectsaleinfo allows to set an object for sale with a specific SaleType. Permissions[wiki]: interact Parameters[wiki]: group, password, item, price, type Last Changes[wiki]: Release 8.12 - range is now an optional parameter and not required to locate the item. </data>

The setobjectsaleinfo allows to set an object for sale with a specific SaleType.

Command Required Parameters Required Corrade Permissions Example
setobjectsaleinfo group, password, item, price, type interact
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // set the Chair for sale
            // to L$100 and sell copies
            // of this chair
            "command", "setobjectposition",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            "item", "Chair",
            "range", 5,
            "price", 100,
            "type", "Copy"
        ]
    )
);
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/setobjectsaleinfo.txt ยท Last modified: by 127.0.0.1

Wizardry and Steamworks

© 2025 Wizardry and Steamworks

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.