Set Home

31 March 2015

  • Release 7.91 - permission changed from movement to grooming since it pertains more to Corrade itself rather than its movement.
sethome (Commands)
TypeCorrade progressive command
Commandsethome
DescriptionThe sethome command can add or update a classified by name.
Permissionsgrooming
Parametersgroup, password
Last ChangesRelease 7.91 - permission changed from movement to grooming since it pertains more to Corrade itself rather than its movement.

Given in-world rights, the sethome command will set Corrade's home to the current spot that it is standing on.

Command Required Parameters Required Corrade Permissions Example
sethome group, password grooming
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            "command", "sethome",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD)
        ]
    )
);