|
Zena Tiki
Registered User
Join date: 16 Nov 2006
Posts: 37
|
11-03-2007 19:01
Is it possible to write (or is one available) a visitors tracker that records both name and key of the visiter (is it visitor or visiter?).
Is it possible to invite a person into a group using their key and thus cutting out the need to search for the name when making an invite?
|
|
Mrc Homewood
Mentor of Randomness
Join date: 24 Feb 2007
Posts: 779
|
11-03-2007 19:13
i belive it is only key, but you probuly could use llKey2Name
|
|
Jesse Barnett
500,000 scoville units
Join date: 21 May 2006
Posts: 4,160
|
11-03-2007 20:15
From: Zena Tiki Is it possible to write (or is one available) a visitors tracker that records both name and key of the visiter (is it visitor or visiter?).
Is it possible to invite a person into a group using their key and thus cutting out the need to search for the name when making an invite? 1st question: Yes 2nd question: Nope Scripts can't do invites, only avatars can. You may hear otherwise, but it is still an avatar, either driven by a person behind a keyboard or a bot(which is still technically an avatar). If you want to have a lot of fun then you could script up your own version of the viewer and build invite by key into it.
_____________________
I (who is a she not a he) reserve the right to exercise selective comprehension of the OP's question at anytime. From: someone I am still around, just no longer here. See you across the aisle. Hope LL burns in hell for archiving this forum
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
11-03-2007 21:02
on the first part llDetectedName() llDetectedKey() or if you just store keys (to save space) when you need the name just call llKey2Name()
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|