llDetectedKey
default
{
state_entry()
{
llSetText("llDetectedKey()\nTouch to detect key",<1,1,1>,1);
}
touch_start(integer total_number)
{
llSay(0,llDetectedKey(0));
}
}
-->
Tons of LSL scripts, examples and 3D tools, free for all. There are currently 207 scripts and articles in this database.
default
{
state_entry()
{
llSetText("llDetectedKey()\nTouch to detect key",<1,1,1>,1);
}
touch_start(integer total_number)
{
llSay(0,llDetectedKey(0));
}
}