Offer Friendship

offerfriendship (Commands)
TypeCorrade progressive command
Commandofferfriendship
DescriptionThe offerfriendship command offers friendship to an avatar specified by firstname and lastname (or agent by UUID).
Permissionsfriendship
Parametersgroup, password, firstname, lastname (or agent by UUID)
Last Changesnone

The offerfriendship command offers friendship to an avatar specified by firstname and lastname (or agent by UUID).

Command Required Parameters Required Corrade Permissions Example
offerfriendship group, password, firstname, lastname (or agent by UUID) friendship
llInstantMessage(CORRADE,
    wasKeyValueEncode(
        [
            // offer friendship
            // to Big Betty
            "command", "offerfriendship",
            "group", wasURLEscape(GROUP),
            // or "agent", "69ce412b-dffc-436d-86ff-d788bfa66d9d"
            "firstname", "Big",
            "lastname", "Betty",
            "password", wasURLEscape(PASSWORD)
        ]
    )
);
Optional Parameter Possible Value Description
message a string Send a message with the friendship offer.

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