Difference between revisions of "Template:LSL Function/permission/caveat switch"

From Second Life Wiki
Jump to navigation Jump to search
m
(moved the caveats here)
Line 9: Line 9:
* While anyone may grant [[PERMISSION_RETURN_OBJECTS]] this function will only work if one of the following is true...
* While anyone may grant [[PERMISSION_RETURN_OBJECTS]] this function will only work if one of the following is true...
** The land is owned by the prim owner and this permission has been granted by the land owner.
** The land is owned by the prim owner and this permission has been granted by the land owner.
** The land is group owned and this permission has been granted by group member filling the group owner role.
** The land is group owned and this permission has been granted by a group member filling the group "Owners" role.
|#default=* Once the [[{{{1}}}]] permission is granted there is no way to revoke it except from inside the script (for example, with a new [[llRequestPermissions]] call) or the script is reset or deleted.
|#default=* Once the [[{{{1}}}]] permission is granted there is no way to revoke it except from inside the script (for example, with a new [[llRequestPermissions]] call) or the script is reset or deleted.
}}
}}

Revision as of 19:11, 11 May 2016

  • Once the [[{{{1}}}]] permission is granted there is no way to revoke it except from inside the script (for example, with a new llRequestPermissions call) or the script is reset or deleted.