Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

How To Tricker A Remote Data Request!!

Lexi Foley
Registered User
Join date: 1 Mar 2006
Posts: 43
08-07-2006 16:53
wel let me try to explain, how far i am, ( not far annough yet :) ) let me start whit,,,

I got a hud that hud rezzes a object,,
That object opens a remotedatachannel on rez, and my hud stores the channel key it in its descripon,
okee now ther should be an open channel whit a known channel key,,
Then how to get a message to the object?? i dont get it,,,

i do (whit the hud)

llRemoteDataReply(llGetObjectDesc(),"00000000-0000-0000-0000-000000000000",sdat,idata)

asuming that its sends a message on the channel from the object!!

but the object wont listen to that,,, exely i want the object to die whit the message die, but how to set up the object that it recieves that message,, or how to set up my hud,,, im trying for days,, thats not exeterated,, and i can not seem to give a message trough,,
or otherwise how to send a message manualy to the object???? i thought it was easy pfff!! :)

pls help!! and sorry for the bad english im dutch here i hope someone understands
:)
Gattz Gilman
Banned from RealLife :/
Join date: 29 Feb 2004
Posts: 316
08-07-2006 17:15
llRemoteDataReply is used to communicate with webservers outside of SL.
So communicated with other objects that are no within chat range you can use llEmail and the email event. To send an email to the object, the format for the email address is <object key>@lsl.secondlife.com (without the < >;)
_____________________
Lexi Foley
Registered User
Join date: 1 Mar 2006
Posts: 43
Thx,,, For Days if been looking!!!!!
08-07-2006 17:21
THX will try it right away!!! :) it makes very much sense to me!!!!