mirror of
https://github.com/liftedpixel/lslscripts.git
synced 2026-08-14 09:02:50 +00:00
Create Say UUID.lsl
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
default
|
||||
{
|
||||
touch_start ( integer num_detected )
|
||||
{
|
||||
llSay ( PUBLIC_CHANNEL, llGetKey() );
|
||||
llSay ( PUBLIC_CHANNEL, llGetObjectName() );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user