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...)
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{LSL_Event
{{LSL_Event
|mode=request
|event_id=20
|event_id=20
|event_delay
|event_delay
|event=moneyTransferDenied
|event=money_transfer_denied
|p1_type=key|p1_name=id|p1_desc=who couldn't get the money
|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 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.
|event_footnote=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.
|event_footnote=Useful, really useful when a vendor, game 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 or 3) giving a return value for scripters.
|constants
|constants
|spec=
|spec=
Line 21: Line 23:
|mode
|mode
|deprecated
|deprecated
|cat1=Money
|cat1
|cat2
|cat2
|cat3
|cat3
|cat4
|cat4
}}
}}

Latest revision as of 15:22, 2 October 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, game 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 or 3) giving a return value for scripters.

Examples

See Also

Functions

•  llGiveMoney
•  llSetPayPrice

Deep Notes

Signature