Difference between revisions of "Money transfer denied"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{LSL_Event |event_id=20 |event_delay |event=moneyTransferDenied |p1_type=key|p1_name=id|p1_desc=who couldn't get the money |p2_type=integer|p2_name=amount|p2_desc=the amount that should h...)
 
Line 3: Line 3:
|event_delay
|event_delay
|event=moneyTransferDenied
|event=moneyTransferDenied
|p1_type=key|p1_name=id|p1_desc=who couldn't get the money
|p1_type=key|p1_name=id|p1_desc=the prim/object/avatar/user which/who hasn't been paid
|p2_type=integer|p2_name=amount|p2_desc=the amount that should have been paid
|p2_type=integer|p2_name=amount|p2_desc=the amount that should have been paid
|event_desc=Triggered when a money transfer to the prim/object/avatar/user  '''id''' in the '''amount''' is denied for stale.
|event_desc=Triggered when a money transfer to the prim/object/avatar/user  '''id''' in the '''amount''' is denied for stale.

Revision as of 22:43, 25 July 2007

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