mirror of
https://github.com/liftedpixel/lslscripts.git
synced 2026-08-14 09:02:50 +00:00
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
default
|
|
{
|
|
touch_start ( integer num_detected )
|
|
{
|
|
llSay ( PUBLIC_CHANNEL, llGetKey() );
|
|
llSay ( PUBLIC_CHANNEL, llGetObjectName() );
|
|
}
|
|
}
|