llGiveMoney

From Second Life Wiki
Revision as of 07:33, 28 January 2007 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

   Outdated templated used

Please change the template from 'LSLFunctionAll' to 'LSL_Function' (just replace 'LSLFunctionAll' with 'LSL_Function', do this after fixing any other erorr messages.

Summary

Function: integer llGiveMoney( key destination, integer amount );

Transfer amount of L$ money from script owner to destination avatar.
Returns an integer

• key destination avatar key.
• integer amount

Caveats

  • Requires PERMISSION_DEBIT.
    • Once a script has permission it can empty an account of L$.
      • Fraud & theft are both Linden Lab violations and crimes.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Deep Notes

Search JIRA for related Issues

Signature

function integer llGiveMoney( key destination, integer amount );