* Task: Door
* Prim Type: Cube
* Method: Cut Path property (opens and closes one side of the cube)
* Problem: I like to set the Locked property of my objects, so I do not accidentally edit or delete them. However, the Locked property becomes disabled after my script calls llSetPrimitiveParams() to open and close the door by adjusting the Cut Path property.
Instead of the Cut Path property, if my script changes the Phantom property, the Locked property stays locked. But I only want to open one side of the cube, not make the whole cube Phantom. Having the object become unexpectedly unLocked is a problem, since I have accidentally moved or retextured the object, thinking it was an adjacent object.
Thanks