These forums are CLOSED. Please visit the new forums HERE
How to Make Objects Send Data to Each Other? |
|
|
Brett Bjornson
Registered User
Join date: 8 Nov 2005
Posts: 25
|
01-26-2007 09:11
I'm an educator new to scripting. I want to create objects that can send data back and forth - too many variations to go into here. What are the basics for this -the functions I should look at, examples, etc.? Thanks!
|
|
2fast4u Nabob
SL-ice.net
Join date: 28 Dec 2005
Posts: 542
|
01-26-2007 09:46
Assuming the objects are not linked, use llSay, llShout, or llWhisper to send information and llListen combined with the listen event to receive information.
All of the functions require a channel parameter which you can set to a non-changing number (preferably negative). It is possible for others to eavesdrop on the communications between your objects, so assume the worst and design for high security. -2fast |
|
Ultralite Soleil
Registered User
Join date: 31 Aug 2006
Posts: 108
|
01-26-2007 15:39
I'm an educator new to scripting. I want to create objects that can send data back and forth - too many variations to go into here. What are the basics for this -the functions I should look at, examples, etc.? Thanks! Look at the functions on this page: http://www.lslwiki.org/index.php/Communications Also the table shows some scenarios to help you choose which method to use. The formatting is funky because this is a backup of the original page. |
|
Checho Masukami
UnRez it or use a hammer
Join date: 6 Oct 2006
Posts: 191
|
01-27-2007 03:33
I'm an educator new to scripting. I want to create objects that can send data back and forth - too many variations to go into here. What are the basics for this -the functions I should look at, examples, etc.? Thanks! If you want more security than the offered with llSay, llWhisper and llShout, you can use llEmail or, for me even better, llHTTPRequest with an external database. _____________________
|