Agência Ênfase » Blog » Blog, Second Life » LSL – Key

LSL – Key

Posted on November 16, 2008
key chave;//Tipo de dado key

default
{
state_entry()
{
chave = "a822ff2b-ff02-461d-b45d-dcd10a2de0c2";
}
touch_start(integer total_number)
{
llSay(0, (string)chave);
llSay(0, (string)llDetectedKey(0));
}
}

Admin

Leave a Reply