UUID Sensor Private ( Channel 50 )

Thread Started By ☠ MosDef ☠

2810
0
  • 54 Vote(s) - 2.76 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rate Thread
#1
Code:
/*
Bornslippy Ruby presents...
UUID Sensor Private ( Channel 50 )
Tags: chat, communications, detection, owner, sensor, featured, tools
Description:
License:

http://secondlife.coolminds.org
*/

default
{
    state_entry()
    {
        llListen( 50, "", llGetOwner(), "start" );
    }
    
    listen( integer _c, string _n, key _k, string _m )
    {
        llSensor("", NULL_KEY, AGENT, 92.2, TWO_PI);
    }
    
    sensor(integer _n)
    {
        string Text = "\n";
        integer x;
        for (; x<_n; ++x)
            Text += "\n" + (string) llDetectedKey(x) + " " + llDetectedName(x);
            
        llOwnerSay( Text );
    }
}
[Image: 8cWHDmW.png]
Reply




Forum Jump:

1 Guest(s)
Share this:

About Second Life Copybot

Second Life CopyBot Forum is a place where you can get items for Second Life and other vitual worlds for free. With our CopyBot viewers you can export and import any content from these virtual worlds and modify them in 3D software such as Blender, 3D studio Macx etc...