Naratso Khan
Registered User
Join date: 11 Mar 2004
Posts: 13
|
12-20-2004 21:16
how can I send information into another sim by script.
|
Carnildo Greenacre
Flight Engineer
Join date: 15 Nov 2003
Posts: 1,044
|
12-20-2004 23:31
I use llEmail() and llGetNextEmail().
Back before that was possible, people set up networks of relays that communicated using llShout() and llListen(), but those were fragile, prim-intensive, and difficult to code.
_____________________
perl -le '$_ = 1; (1 x $_) !~ /^(11+)\1+$/ && print while $_++;'
|
Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
|
12-21-2004 02:02
i remember those. A global network isn't all that useless. They can be used to update all sort of things.
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly
Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey
|
Samhain Broom
Registered User
Join date: 1 Aug 2004
Posts: 298
|
12-21-2004 10:43
Would it be possible to have a prim travel from one side of the sim to the other and then transmit the message? I mean, if you made sure the prim never crossed the border of the sim to make sure that the properties weren't invalidated? That could cut down on prims (of course the response time would be outrageous... but if that kind of performance was not important?)
Just curious.
_____________________
rm -rf /bin/ladden #beware of geeks bearing grifts
|
Kurt Zidane
Just Human
Join date: 1 Apr 2004
Posts: 636
|
12-21-2004 13:04
Probable would work, but I think shouting would do the same thing with out needing to move the object.
I always wondered if giving primitives from one object to another could be used as a quick way to send message between sims. E-mail would have to be used to start communication, but ones both primitives knew each other's key they could strip information out of a passed object's name.
|
Alondria LeFay
Registered User
Join date: 2 May 2003
Posts: 725
|
12-21-2004 15:27
From: Kurt Zidane Probable would work, but I think shouting would do the same thing with out needing to move the object.
I always wondered if giving primitives from one object to another could be used as a quick way to send message between sims. E-mail would have to be used to start communication, but ones both primitives knew each other's key they could strip information out of a passed object's name. llGiveInventory and llGiveInventoryList I don't believe will allow transfer of objects between sims.
|