Create Say UUID.lsl

This commit is contained in:
Jessica Pixel
2014-11-17 14:29:29 -05:00
parent cef291faba
commit 3603dff8fd
+8
View File
@@ -0,0 +1,8 @@
default
{
touch_start ( integer num_detected )
{
llSay ( PUBLIC_CHANNEL, llGetKey() );
llSay ( PUBLIC_CHANNEL, llGetObjectName() );
}
}