I have been reading that llSetPos() has the ability to move a prim into another sim by specifying parameters beyond the current sim (ref: http://rpgstats.com/wiki/index.php?title=LlSetPos ).
I seem to be able to move a prim several meters into the next sim- but it seems to confound the script - it stops working properly for example:
llOwnerSay() - fails to report anything even though I'm in the same sim
llEmail() - fails to send email
If the prim does move into the next sim, and I attempt to move it to the center of that sim, for example, the prim ends up 3 sims away (where it stalls and gets autoreturned).
-----
What's a good way of moving a single prim, unattached, into an adjoining SIM, moving it to the center and have it return back to the place of origin?
Thank you in advance