Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

user key

sublicious Ramos
coke and a candy bar
Join date: 23 Sep 2003
Posts: 10
09-14-2006 07:08
Hi, can anyone tell me how to find my user key? I have a lucky chair and want i want to add my key to. Thanks much :D
Joannah Cramer
Registered User
Join date: 12 Apr 2006
Posts: 1,539
09-14-2006 07:19
CODE

default {

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

this should do... make a cube or whatever,, drop it inside ^^

edit: might need to ensure the "running" box is checked for the script, seems to be new thing o.O
sublicious Ramos
coke and a candy bar
Join date: 23 Sep 2003
Posts: 10
09-14-2006 16:25
thanks, i appreciate the help :D