Map Friend

mapfriend (Commands)
TypeCorrade progressive command
Commandmapfriend
DescriptionGiven map-tracking permissions from a friend that is currently online and friendship Corrade permissions, the mapfriend command will return a CSV list of region name and region position of the friend to be mapped.
Permissionsfriendship
Parametersgroup, password, firstname, lastname (or agent by UUID)
Last Changesnone

Given map-tracking permissions from a friend that is currently online and friendship Corrade permissions, the mapfriend command will return a CSV list of region name and region position of the friend to be mapped.

Command Required Parameters Required Corrade Permissions Example
mapfriend group, password, firstname, lastname (or agent by UUID) friendship
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // return the current region
            // and position within the region
            // of the friend named Taz Whirlwind
            "command", "mapfriend",
            "group", wasURLEscape(GROUP),
            "password", wasURLEscape(PASSWORD),
            // or "agent", "69ce412b-dffc-436d-86ff-d788bfa66d9d"
            "firstname", "Taz",
            "lastname", "Whirlwind",
            "callback", wasURLEscape(URL)
        ]
    )
);

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