|
MadSc13ntist McLeod
Registered User
Join date: 12 Oct 2006
Posts: 2
|
10-22-2006 11:16
I know this is a pretty n00b Q, but I have been digging through the lsl func ref. and i have been having quite a time trying to find a function that will return the name of the avatar touching/interacting with my object.... I know this should be a pretty simple shout out but i have only been using lsl for about a day now, and this is my first stumbling block. Thanks in advance to anyone that throws me some info 
|
|
Jillian Callahan
Rotary-winged Neko Girl
Join date: 24 Jun 2004
Posts: 3,766
|
10-22-2006 11:31
From: MadSc13ntist McLeod I know this is a pretty n00b Q, but I have been digging through the lsl func ref. and i have been having quite a time trying to find a function that will return the name of the avatar touching/interacting with my object.... I know this should be a pretty simple shout out but i have only been using lsl for about a day now, and this is my first stumbling block. Thanks in advance to anyone that throws me some info  In the touch event: llDetectedName(0) [Where 0 is an index, that's what the integer is in the touch event, how many touching at once.]
|
|
MadSc13ntist McLeod
Registered User
Join date: 12 Oct 2006
Posts: 2
|
10-4
10-22-2006 11:44
Thank you very much! i hadn't seen that func. I do appreciate your help. 
|