Agent Case
Second Life Resident
Join date: 27 Nov 2004
Posts: 18
|
03-02-2005 23:11
I looked thru the script functions.. is the XML RPC system the only way to communicate between two objects in different sims ? which are far away from each other ? ( out of llshout reach) just wondering 
|
Maximus Zander
Registered User
Join date: 30 Apr 2004
Posts: 55
|
03-03-2005 00:42
use llEmail()
|
Carnildo Greenacre
Flight Engineer
Join date: 15 Nov 2003
Posts: 1,044
|
03-03-2005 22:43
These days, I use llEmail(). If for some unknown reason you don't want to, you can also set up chains of llShout() relays, but autoreturn makes that harder than it used to be.
_____________________
perl -le '$_ = 1; (1 x $_) !~ /^(11+)\1+$/ && print while $_++;'
|