Skip to content

llCreateLink

Function Syntax
void llCreateLink(
  1. key TargetPrim, // Object UUID that is in the same region.
  2. integer Parent // If FALSE, then TargetPrim becomes the root. If TRUE, then the script's object becomes the root.
);

Attempt to link the object the script is in, to target (requires permission PERMISSION_CHANGE_LINKS be set).

Requires permission PERMISSION_CHANGE_LINKS be set.