Difference between revisions of "LlGiveMoney"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{LSLFunctionAll|func_id=99|func_sleep=0.0|func_energy=10.0|func=llGiveMoney
{{LSL_Function|func_id=99|func_sleep=0.0|func_energy=10.0
|func=llGiveMoney|sort=GiveMoney
|return_type=integer|return_text that is always zero.
|return_type=integer|return_text that is always zero.
|p1_type=key|p1_name=destination|p1_desc=avatar key.
|p1_type=key|p1_name=destination|p1_desc=avatar key.

Revision as of 07:34, 28 January 2007

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 );