Difference between revisions of "Money transfer denied"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 23: Line 23:
|mode
|mode
|deprecated
|deprecated
|cat1=Money
|cat1
|cat2
|cat2
|cat3
|cat3
|cat4
|cat4
}}
}}

Revision as of 14:18, 8 August 2007

Emblem-important-yellow.png LSL Feature Request
The described event does not exist. This article is a feature request.

Description

Event: money_transfer_denied( key id, integer amount ){ ; }

Triggered when a money transfer to the prim/object/avatar/user id in the amount is denied for stale.

• key id who couldn't get the money
• integer amount the amount that should have been paid

Useful, really useful when a vendor, gambler machine, commissioned machine fails to pay a prim/object/avatar/user. This would really help avoiding angry people. An event like this could allow 1) a new payment or 2) logging the malfunction.

Examples

See Also

Functions

•  llGiveMoney
•  llSetPayPrice

Deep Notes

Signature