Silvia Pollock
Registered User
Join date: 8 Feb 2007
Posts: 10
|
05-23-2007 07:00
Hi
I have to find a way to send messages from my avatar to far object.
That's to say I can trigger an event to an object when my avatar say something in the chat, but I have to be close to the object; I want this kind of behaviour be possible also for far object in the same island.
Is it possible?
Thanks
|
Storm Thunders
Polyavatarist
Join date: 31 May 2006
Posts: 157
|
05-23-2007 07:02
You're in luck. Read yesterday's post on the official Linden blog. There's a new function coming to the grid. llRegionSay()
|
Silvia Pollock
Registered User
Join date: 8 Feb 2007
Posts: 10
|
05-23-2007 07:18
That's perfect!
Thank you!
|
nand Nerd
Flexi Fanatic
Join date: 4 Oct 2005
Posts: 427
|
05-23-2007 07:54
This function will allow an object to say a message on any channel except 0, for your avatar to use this function you will need to make a relay object. Such an object would listen on a specific channel and pass on anything spoken [by you] through llRegionSay().
_____________________
www.nandnerd.info http://ordinalmalaprop.com/forum - Ordinal Malaprop's Scripting Forum
|