ll.TransferLindenDollars (AvatarID: uuid, Amount: number) -> uuidTransfer Amount of linden dollars (L$) from script owner to AvatarID. Returns a key to a corresponding transaction_result event for the success of the transfer. Attempts to send the amount of money to the specified avatar, and trigger a transaction_result event identified by the returned key.
ll.TransferLindenDollars(uuid(<key>), 3.14)
{
"def": "func",
"desc": "Transfer Amount of linden dollars (L$) from script owner to AvatarID. Returns a key to a corresponding transaction_result event for the success of the transfer.\nAttempts to send the amount of money to the specified avatar, and trigger a transaction_result event identified by the returned key.",
"energy": 10,
"sleep": 0,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlTransferLindenDollars",
"private": false,
"takesSelf": false,
"name": "TransferLindenDollars",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "uuid"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "AvatarID",
"desc": "",
"type": [
{
"def": "simple",
"value": "uuid"
},
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Amount",
"desc": "",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
}
]
}
]
}