Offer Friendship

<data Commands> Type: Corrade progressive command Command[wiki]: offerfriendship Description[wiki]: The offerfriendship command offers friendship to an avatar specified by firstname and lastname (or agent by UUID). Permissions[wiki]: friendship Parameters[wiki]: group, password, firstname, lastname (or agent by UUID) Last Changes[wiki]: none </data>

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.