//***SitTarget by Samantha Fuller***
// *** 10-10-2007 ver 1***
 
vector offset = <0,1,0>;
// rotation rot = <0,0,0,1>; // for x forward z up
// rotation rot = <1,0,0,0>; // for x forward z down
rotation rot = <1,0,0,1>; // for x forward y down may req clearing first
// rotation rot = <0,1,0,0>; // for x back z down
// rotation rot = <0,0,1,0>; // for x back z up
// rotation rot = <0,1,1,0>; // for x back y up
// rotation rot = <0,0,1,1>; // for y forward z up
// rotation rot = <1,1,0,0>; // for y forward z down
// rotation rot = <0,0,1,1>; // for y forward z up
// rotation rot = <1,1,1,1>; // for y forward x up
// rotation rot = <0,1,0,1>; // for z back x up
//rotation rot = <1,0,1,0>; // for z forward x up // Great for cut & hollowed benches
default
{
    state_entry()
    {
        llSitTarget(offset,rot);
    }
}