Get, Set or Remove Display Name

24 December 2021

  • C11 - added the remove action.
displayname (Commands)
TypeCorrade progressive command
Commanddisplayname
DescriptionThe displayname command allows an authenticated group that has the grooming permission to get, set or remove Corrade's display name.
Permissionsgrooming
Parametersgroup, password, action
Last Changesnone

The displayname command allows an authenticated group that has the grooming permission to get, set or remove Corrade's display name.

Command Required Parameters Required Corrade Permissions Example
displayname group, password, action grooming
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // shutdown Corrade
            "command", "displayname",
            "group", wasURLEscape(GROUP),
            "action", "set",
            "name", wasURLEscape("Big Betty"),
            "password", wasURLEscape(PASSWORD)
        ]
    )
);
Required Parameters Required Sub-Parameters Required Sub-Parameters Description
action get Retrieves the current display name.
set name Sets the display name to name.
remove Removes the current display name.

secondlife/scripted_agents/corrade/api/commands/displayname.txt ยท Last modified: 2022/11/24 07:46 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.