Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

What is my avatars key id?

bargain Walcott
Registered User
Join date: 31 Oct 2005
Posts: 248
11-22-2005 12:03
How do I get that info?
Zapoteth Zaius
Is back
Join date: 14 Feb 2004
Posts: 5,634
11-22-2005 12:07
You can find most peoples here. But you're not listed.. You can do it with script.. I'll have a look for the command, but someone will have posted it by the time I find it :p
_____________________
I have the right to remain silent. Anything I say will be misquoted and used against me.
---------------
Zapoteth Designs, Temotu (100,50)
---------------
Strife Onizuka
Moonchild
Join date: 3 Mar 2004
Posts: 5,887
11-22-2005 12:08
Easy Way:
Make a new object.
Create a script in it.
Paste this into the script
CODE

default
{
state_entry()
{
llOwnerSay(llGetOwner());
}
}


Or you can dig it out of the SL log file. There is also a way to get it out of the website though i don't totaly rememeber.
_____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river.
- Cyril Connolly

Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence.
- James Nachtwey
Zapoteth Zaius
Is back
Join date: 14 Feb 2004
Posts: 5,634
11-22-2005 12:11
Told ya hehe..
_____________________
I have the right to remain silent. Anything I say will be misquoted and used against me.
---------------
Zapoteth Designs, Temotu (100,50)
---------------
bargain Walcott
Registered User
Join date: 31 Oct 2005
Posts: 248
11-22-2005 12:27
That was fast, you guys are good.

It worked but I guess I didn't need the key. I'm just trying to get this stupid ball to follow me around...lol. But I just don't get how to do it. I have an object with a follower dcript in it. Do I need to add some info to it? I thought it needed my key but that didn't work?
Zapoteth Zaius
Is back
Join date: 14 Feb 2004
Posts: 5,634
11-22-2005 12:42
From: bargain Walcott
That was fast, you guys are good.

It worked but I guess I didn't need the key. I'm just trying to get this stupid ball to follow me around...lol. But I just don't get how to do it. I have an object with a follower dcript in it. Do I need to add some info to it? I thought it needed my key but that didn't work?


Most follow scripts just follow the owner.. I think I've got one I can drop on you if you want..
_____________________
I have the right to remain silent. Anything I say will be misquoted and used against me.
---------------
Zapoteth Designs, Temotu (100,50)
---------------
bargain Walcott
Registered User
Join date: 31 Oct 2005
Posts: 248
11-22-2005 12:50
yep, I didn't think there were any big tricks to it. I do have one but I'd be happy to give yours a try, thanks.
bargain Walcott
Registered User
Join date: 31 Oct 2005
Posts: 248
11-23-2005 06:22
Thanks for your help guys, I have resolved this problem. Seems that all along I had an object named little green dragon follower with the script built in. He worked just like he should have. As for the script I got from slx, they can have it back.

Thanks again.