Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Need object communication as far as 500meters.

Haplo Mortal
Registered User
Join date: 15 Jan 2006
Posts: 1
01-15-2006 20:33
Why wouldn't you just link the two objects you need to communicate? If this is a newbie question... alas, I am a newbie to LSL.
Allen Harrington
Registered User
Join date: 14 Jul 2005
Posts: 60
01-16-2006 05:26
From: Haplo Mortal
Why wouldn't you just link the two objects you need to communicate? If this is a newbie question... alas, I am a newbie to LSL.


Because without the use of a complex script, there is a distance limit on linking.
_____________________
Photo Gallery at www.tigerzero.com
Anthrocon 2004 & 2005 photos at www.tigerzero.com
Damien Took
Meat Popsicle
Join date: 3 Dec 2004
Posts: 151
01-16-2006 12:23
You should be able to use the remoteaccesspin script I posted.
That will accomplish what you want.
With a sensor in the skybox checking for AV's every 10 seconds, it can send a script to the prim on the ground. The script can set the text or llSay that the skybox is occupied while it is in the base prim. It can be passed a parameter to know which message it should be saying.
I will be in game tonight. IM me if you would like help with it. I have an idea for how the script will work and it is pretty easy.
I don't charge...though you can donate if you like :D

Just contact me and I will help you.
It's easier to explain once you have the code in front of you.
Allen Harrington
Registered User
Join date: 14 Jul 2005
Posts: 60
01-20-2006 10:46
I just want to say thanks to everyone for helping. I decided to go with the “Shout” with repeaters method. In the end it only added 3 prims to everything. Also we put up 2 status displays for showing the Skybox status. Implementing a second display panel was a direct copy with no changes to the code required anywhere. If I had gone with the remoteaccesspin script method It would have been necessary to add more code to support a second display panel.

You can see this setup at the Island of Rainbow Tiger in front of the Gym entrance.
_____________________
Photo Gallery at www.tigerzero.com
Anthrocon 2004 & 2005 photos at www.tigerzero.com
1 2