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
", <1.,1.,1.>,1.); }
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
Hmm! lets see what DEBUG_CHANNEL does. And umm! not many people way up there in heaven right now, just me apparently. Up, until now that is 
Soft Linden, Sidewinder Linden, Torley even,
Someone really needs to fix this soon. As I already mentioned, it's only the new residents who are going to get hurt.-