===== Multilink ===== ^Constant^Value^Description^ | $lct[LINK_THIS] | -4| refers to the prim the script is in | | $lct[LINK_ROOT] | 1| refers to the root prim in a multi-prim linked set | | $lct[LINK_SET] | -1| refers to all prims | | $lct[LINK_ALL_OTHERS] | -2| refers to all prims other than the one the script is in | | $lct[LINK_ALL_CHILDREN] | -3| refers to all children (everything but the root) | ===== Single-link ===== ^Constant^Value^Description^ | $lct[LINK_THIS] | -4| refers to the prim the script is in | | $lct[LINK_ROOT] | 1| refers to the root prim in a multi-prim linked set |