Files
2014-11-17 14:29:29 -05:00

9 lines
164 B
Plaintext

default
{
touch_start ( integer num_detected )
{
llSay ( PUBLIC_CHANNEL, llGetKey() );
llSay ( PUBLIC_CHANNEL, llGetObjectName() );
}
}