Talk:Money transfer denied - Second Life Wiki

Talk:Money transfer denied

From Second Life Wiki

Jump to: navigation, search

Isn't this already possible by first requesting the permission and then using

 
    run_time_permissions (integer perm)
    {
        if(perm & PERMISSION_DEBIT)
        {
            //normal code if it is granted.
        }
        else
        {
            //code for your transfer denied event
        }
    }
 

What would be the difference? Arda Xi 14:07, 22 February 2008 (PST)

This would be useful for knowing when the account has run out of money. Of course you could send an email to a server with each llGiveMoney, then check the transaction log on the website to see if the match (this could be automated). -- Strife Onizuka 00:35, 23 February 2008 (PST)