Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llTransferLindenDollars

LSL
key llTransferLindenDollars(key destination, integer amount)

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.\ Attempts to send the amount of money to the specified avatar, and trigger a transaction_result event identified by the returned key.

Parameters

TypeName
key destination
integer amount
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL