SecondLife Tutorial: Walk Through Walls (Phantom Objects)
Sometimes you really need an object to appear solid but you need to be able to walk through it for one reason or another. The good news is this is really easy to do, just set the phantom status of the object.
//make the object so anyone can walk through it state_entry() { llSetStatus( STATUS_PHANTOM, TRUE); }