hi im try to make it so that i other aves can unlink prims from object that i own,
within script, it works with me as i am the owner,but cant get it to work with non owner
any ideas ?
Thanks Kiwi Lippmann
These forums are CLOSED. Please visit the new forums HERE
unlink,not owner |
|
Kiwi Lippmann
Registered User
Join date: 22 Aug 2004
Posts: 2
|
06-20-2005 17:26
hi im try to make it so that i other aves can unlink prims from object that i own,
within script, it works with me as i am the owner,but cant get it to work with non owner any ideas ? Thanks Kiwi Lippmann |
Christopher Omega
Oxymoron
Join date: 28 Mar 2003
Posts: 1,828
|
06-20-2005 18:40
In your root prim, put this script in:
CODE
This works by letting people unlink by saying a specific phrase, in this case "start linkmod" to to let a person unlink prims. The person can then touch each prim they want to unlink. The person exits the unlink mode by saying "end linkmod" Hope this helps! ==Chris _____________________
October 3rd is the Day Against DRM (Digital Restrictions Management), learn more at http://www.defectivebydesign.org/what_is_drm
|
Christopher Omega
Oxymoron
Join date: 28 Mar 2003
Posts: 1,828
|
06-20-2005 18:45
You could also make the object modifyable by people in a certain group. This way you dont need to use something other then the prim edit mode to do what you want.
==Chris _____________________
October 3rd is the Day Against DRM (Digital Restrictions Management), learn more at http://www.defectivebydesign.org/what_is_drm
|