Don't click here unless you want to be banned.

LSL Wiki : PERMISSION_CHANGE_LINKS

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings :: You are ia360925.us.archive.org
integer PERMISSION_CHANGE_LINKS

This constant represents a permission used with the llRequestPermissions function, to specify whether or not the script has permission to link with other objects and to delink prims from its linkset.

PERMISSION_CHANGED_LINKS can only be granted successfuly by the object owner and must be requested by a script in the object's parent/root prim. When the function is called, a dialog will pop up asking the owner if they wish for the object to be able to link/unlink prims/objects. (Note that the script does not wait for the dialog to be answered. Use run_time_permissions to be alerted when permissions have been changed.) If the user grants the permission, then the script will be able to link the object containing it to other prims/objects (of the same owner) using llCreateLink, or unlink itself (or other prims linked to it) using llBreakLink or llBreakAllLinks.


Constants | Link | Permissions
There is no comment on this page. [Display comments/form]