Money transfer denied

From Second Life Wiki
Jump to navigation Jump to search

Description

Event: moneyTransferDenied( 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 the prim/object/avatar/user which/who hasn't been paid
• 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.

Examples

See Also

Functions

•  llGiveMoney
•  llSetPayPrice

Deep Notes

Signature

event void moneyTransferDenied( key id, integer amount );