diff --git a/General/Say UUID.lsl b/General/Say UUID.lsl new file mode 100644 index 0000000..b8c8830 --- /dev/null +++ b/General/Say UUID.lsl @@ -0,0 +1,8 @@ +default +{ + touch_start ( integer num_detected ) + { + llSay ( PUBLIC_CHANNEL, llGetKey() ); + llSay ( PUBLIC_CHANNEL, llGetObjectName() ); + } +}