ll.GiveMoney (AvatarID: uuid, Amount: number) -> numberTransfers Amount of L$ from script owner to AvatarID. This call will silently fail if PERMISSION_DEBIT has not been granted.
ll.GiveMoney(uuid(<key>), 3.14)
{
"def": "func",
"desc": "Transfers Amount of L$ from script owner to AvatarID.\nThis call will silently fail if PERMISSION_DEBIT has not been granted.",
"energy": 10,
"sleep": 0,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlGiveMoney",
"private": false,
"takesSelf": false,
"name": "GiveMoney",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "number"
}
],
"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
}
]
}
]
}