Anyways ... put the following into a box and Sit on it
// Second Life Server 1.22.2.89099
default
{
state_entry()
{
llSitTarget(<0.,0.,1.>,ZERO_ROTATION);
llSetText("Sit and orbit yourself\njust like the old days

}
changed(integer change)
{
if(change & CHANGED_LINK)
{
key id = llAvatarOnSitTarget();
if (id != NULL_KEY)
{
llSetLinkPrimitiveParams(
llGetNumberOfPrims(),
[PRIM_POSITION, llGetPos() + <0.,0.,DEBUG_CHANNEL>]
); // hmm! no range-check
llUnSit(id);
}
}
}
}
I was making a divan so I could have a quiet liedown and you can imagine my surprise when +<1.,0.,0.> not only tipped me out, it dumped me 2 sims away from home, o well


Soft Linden, Sidewinder Linden, Torley even,

-