Offer Friendship
offerfriendship (Commands) |
Type | Corrade progressive command |
Command | offerfriendship |
Description | The offerfriendship command offers friendship to an avatar specified by firstname and lastname (or agent by UUID). |
Permissions | friendship |
Parameters | group , password , firstname , lastname (or agent by UUID) |
Last Changes | none |
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. |