|
Mars Tamale
Registered User
Join date: 24 Nov 2006
Posts: 1
|
08-08-2008 04:39
Can anyone suggest how do I establish a worn Prim to worn prim connection which survives TP to another SIM and relogging please. Problem is on re-rezzing the objects get new keys so simple use of llEmail is not enough. Only solution I can think of is an in-world message relay where the object key remains fixed.
I need this for remote control activities.
|
|
Very Keynes
LSL is a Virus
Join date: 6 May 2006
Posts: 484
|
08-08-2008 07:08
If both prims are worn than I'm not sure, but if one prim is static have the worn prim email the static one, with its new key, whenever the old key changes. I suppose you could also have a static prim as a relay so that two worn prims could communicate this way too.
|
|
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
|
08-08-2008 11:11
Teleporting SHOULDN'T be a problem, though detaching/reattaching and logging out/in will be. You are right that there has to be SOME kind of stable point where you can go to establish the communication. That point can be an external server (probably HTTP, not e-mail) or an in-world object somewhere that you know isn't going to be deleted or returned. The connection point might be used to relay between endpoints or to simply reconnect them with each other by relaying the proper UUIDs.
|