Talk:Money transfer denied
Jump to navigation
Jump to search
Isn't this already possible by first requesting the permission and then using <lsl>
run_time_permissions (integer perm) { if(perm & PERMISSION_DEBIT) { state ready; } else { //code for your transfer denied event } }
</lsl> What would be the difference? Arda Xi 14:07, 22 February 2008 (PST)