Listener Script

De DigiWiki.

Use of this script without consent from those you listen to could constitute a breach of your agreement with Linden Labs (via the Terms of Service) to abide by the Community Standards of Second Life.

Put this in an object to listen to what people near the box are saying (like spying!) I am not responsible for people cheating on their partners, plots to kill people, etc.

// Listener script by Emmas Seetan
// 21 September, 16:30
///////////////////////////////////////////////
// Almost entirely rewritten by someone else //
// 24th March 2010 //
 
key owner;
 
default
{
    state_entry()
    {
        owner = llGetOwner();
        llListen(0, "", "", "");
    }
    listen(integer channel, string name, key id, string message)
    {
        llInstantMessage(owner, name + " said: \"" + message + "\"");
    }
}
Outils personnels
  • Cette page a été consultée 655 fois.
donate
Google Ads